event handling

i have a grid with combo boxes.how do i handle the selection index changed event of this combo box ??

1 Reply

AD Administrator Syncfusion Team May 9, 2005 10:52 AM UTC

Normally, you would handle the CurrentCellChanged event to catch the value of a combobox cell changing. To get the new value, you use grid.CurrentCell.Renderer.COntrolText.

Loader.
Up arrow icon