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

Programmatically setting values

Hi,
If I programmatically set the values to a cell what is the event that is fired because if I trap the cell changed event the values of the cell seems to be still empty event though I am setting some value. I have custom cell renderers where I need to trap the text change event and update my custom class.

Please advice
thanks
thanvir

1 Reply

AD Administrator Syncfusion Team August 8, 2007 07:02 PM UTC

If you are using code like

grid[row,col].CellValue = something;

then the GridControl.SaveCellInfo event is raised (or the GridDataBoundGrid.Model.SaveCellInfo event).

Loader.
Live Chat Icon For mobile
Up arrow icon