how to tell if grid is dirty

Hi, Is there a way to easily tell if a grid is dirty? ie any changes have been made to any of its data?

1 Reply

AD Administrator Syncfusion Team February 19, 2004 05:44 PM UTC

This grid only tracks things cell by cell (or row by row in a GridDataBoundGrid). It does not maintain a grid-wide flag. But you could add your own member to track this, setting it true in a CurrentCellAcceptedChanges event handler.

Loader.
Up arrow icon