How to Detect ComboBox Selected Value in DataGridView
Detecting the selected value of ComboBox is done by using the event like
SelectedIndexChanged, SelectedValueChanged, and SelectionChangeCommitted. This event is being fired once you select a value in a ComboBox.
However, if you have a ComboBox column in DataGridView control, you cannot easily use those events without adding a Handler.- Read more about How to Detect ComboBox Selected Value in DataGridView
- 1 comment
- Log in or register to post comments
- 229 views