Categories | Question details Back To List | ||
reset dirty data flag in dhtmlXGrid Hi, How can I reset the dirty data flag for all the rows of a grid so that getChangedRows() gives me nothing? Thanks, Gaurav Arora Answer posted by dhxSupport on May 14, 2009 01:48 You can clear wasChanged state for all cell using clearChangedState() method. |