Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.9K
~2K People Reached
Favorite Forums
Favorite Tags
1 Posted Topic
Assuming you've defined each column of type DataGridViewComboBoxColumn, you'll want to add a handlers for the events: `EditingControlShowing` and `CellBeginEdit`. We use `CellBeginEdit` to identify the active cell and `EditingControlShowing` to obtain the edit control. The args `DataGridViewCellCancelEventArgs` and `DataGridViewEditingControlShowingEventArgs` provide us with the data access we need to set …
The End.
dox