EDN Admin
Well-known member
I have a DataGridView with a combobox column. the DatagridViewComboBoxColumn is bound to a BindingSource and the data is options are displayed properly.
What i would like to implement is, when the user chooses an option in one combox cell, then this option is not available for use in his choice in the other comboboxes.
I thought i should apply some sort of filter to the BindingSource according to user choice,
but i have no clue as to how to go about it.
plz help
View the full article
What i would like to implement is, when the user chooses an option in one combox cell, then this option is not available for use in his choice in the other comboboxes.
I thought i should apply some sort of filter to the BindingSource according to user choice,
but i have no clue as to how to go about it.
plz help
View the full article