clears wasChanged state for all cells in grid (and wasAdded state as well, if called with a parameter)
| mode | boolean | true - to clear the wasAdded state |
Available only in PRO Edition
// clears wasChanged state for cells myGrid.clearChangedState(); // clears wasChanged and wasAdded state for cells myGrid.clearChangedState(true);
the mode param added in the version 5.1
Back to top