I have a problem on my datagridview containing datagridviecomboboxColumn. i need fire a selectedindex change event after the user selected new items from the combobox. how can i do that? i have a work around but it seems lik it might not be correct:
Datagridview1_CellValueChanged(object sender, DataGridViewRowCancelEventArgs e)
but it only fire after the user leave the cell where the combo box were position,what i need is an event like selectedindex change.
Please help me to solved this problem. thanks ;)