I have a standard DataGridView. One of the columns is aDataGridViewComboBoxColumn. When I select one of the ComboBox items, I wantto trap the change and add text in other column based on the data selected
A:
Set the combo box to auto post back and provide an implementation for the onselectedindexchanged event.
JonH
2010-02-23 18:34:48