DataGridView Cascading/Dependent ComboBox Columns

To have dependent (cascading or master/slave) ComboBox columns in DataGridView, you can follow this steps: Set DataSource of slave column to all available values. Goal: Here the goal is prevent rendering errors at first load, so all slave combo boxes can show value correctly. Hanlde EditingControlShowing event of the grid and check if the current … Read more