Avatar of RishadanPort
RishadanPort

asked on 

Enabling button when all DataGridViewComboBoxCell's have items in them

I have a DataGridView with some cells being DataGridViewComboBoxCells. I have a button under this datagrid view that should not be enabled when no data is selected in a given ComboBoxCells.

I can't seem to find a way to enable the button since the DataGridViewComboBoxCells has no SelectedIndex change event like a normal ComboBox cell.

How should I approach this?
C#.NET Programming

Avatar of undefined
Last Comment
RishadanPort

8/22/2022 - Mon