Check documentation for the latest version of dhtmlxSuite disableUndoRedo DHTMLX Docs

disableUndoRedo

disables the Undo/Redo functionality in the grid

void disableUndoRedo();

Available only in PRO Edition

Example

myGrid.disableUndoRedo();

Back to top