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
close icon

How to detect that the data in grid is changed?

Which property would tell me whether the data displayed in the grid is changed by the user?

2 Replies

AD Administrator Syncfusion Team August 26, 2005 11:48 AM UTC

GridControl and GridDataBoundGrid raised the CurrentCellChanged event as your user changes values in the grid. The grid itself has no global property that indicates whether data has changed. But you can add one using CurrentCellChnaged.


SK Salil Khedkar August 29, 2005 09:39 AM UTC

Thank you Clay, I can use this info to solve my problem. >GridControl and GridDataBoundGrid raised the CurrentCellChanged event as your user changes values in the grid. The grid itself has no global property that indicates whether data has changed. But you can add one using CurrentCellChnaged.

Loader.
Live Chat Icon For mobile
Up arrow icon