Docs
API
  • clearDirty()

    If grid contains changed('dirty') cells than it is possible to clear dirty state for cells.
    Dirty cells will work if property `dirtyEnabled` is not disabled and changes were not sent to server.
    Visually dirty cells have left top red corner.

    Example

    
    var grid = new FancyGrid({
      ...
    });
    ...
    grid.clearDirty();