D
Dom
I have a datagridview control, and one column is a ComboboxColumn. I
simply create a ComboboxColumn, add items to it, then add the column
to the Datagridview control.
If I were working with a simple ComboBox, I could capture an event
that fired everytime the selected item changed. Is that possible if
the DatagridView control?
I've looked at various events, but none give me what I want. For
example, the CellEndEdit event won't fire until after the user leaves
the combobox. I need something identical to the SelectedIndexChanged
event.
Dom
simply create a ComboboxColumn, add items to it, then add the column
to the Datagridview control.
If I were working with a simple ComboBox, I could capture an event
that fired everytime the selected item changed. Is that possible if
the DatagridView control?
I've looked at various events, but none give me what I want. For
example, the CellEndEdit event won't fire until after the user leaves
the combobox. I need something identical to the SelectedIndexChanged
event.
Dom