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.