Categories | Question details Back To List | ||
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(); |