CurrentCellValidating event fired only once on ComboBox CellType

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!

1 Reply

AD Administrator Syncfusion Team April 13, 2004 07:40 PM UTC

Try handling the CurrentCellValidateString event. It is a canceable event that should fire between each change in a combobox cell.

Loader.
Up arrow icon