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.
Up arrow icon