tags:

views:

17

answers:

1

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