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
myTreeGrid.clearChangedState();
the mode param added in the version 5.1
Back to top