Hi,
I have a ComboBox Cell in DataBoundGrid. I need to prompt a message every time user select a different item in the combo, and give user a chance to cancel the selection.
I subscribed the events CurrentCellChanging and CurrentCellChanged. CurrentCellChanging fired only once the first time when user select a different item in the combo. If I changed to another selection in the combo, CurrentCellChanging was not fired again. However CurrentCellChanged was fired every time I changed the selection in the combo.
Something to mention is that when I made different selections in the combo, I did not move focus away from the current cell.
How can I get around it?
Thanks for your help!