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?