Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by John Hughes on Aug 30, 2007 23:27
open dhtmlx forum
Possible to clear changed cells?

Is it possible to clear out the list of changed cells so that subsequent calls to serialize() don't keep getting the same changes over and over, but only ones made since some point?
Answer posted by Stanislav on Sep 03, 2007 13:17
grid has special method for such purpose
    grid.clearChangedState();