ComboBox Selection

In OnCurrentCellCloseDropDown,i get the combo selction in a cell and if the value is duplicated i display a message to user.But if reset the selected value to previous value ,it is not setting the value...In which other event should i do this?

1 Reply

AD Administrator Syncfusion Team July 22, 2004 07:50 AM UTC

In that event, try setting grid.CurrentCell.Renderer.Control.Text to the value you want to see in the cell at that point. (Note use Control.Text and not ControlText).

Loader.
Up arrow icon