We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

cell events

i have a combobox in the grid and when i select an item in the combobox , i need to do some action based on the item selected.Which even should i use ?? I tried with the CurrentCellChanged event but even though i selected an item in the combobox , the cell value propery and text property showed as empty.

1 Reply

AD Administrator Syncfusion Team May 5, 2005 09:57 AM UTC

In CurrentCellChanged, you get the new value from grid.CurrentCell.Renderer.ControlText. The style information like style.Cellvalue and style.Text stored in the grid does not actually change until you leave the cell.

Loader.
Live Chat Icon For mobile
Up arrow icon