Using VB.Net, I have a DataGridView with a ComboBox Column. What even do I use for when the user changes a selection in the ComboBox?
A:
Check out the DataGridView FAQ! DataGridView FAQ
You will need to use the EditingControlShowing event.
0A0D
2009-11-17 21:45:51