SMART datagrid v.1 > Classes > DataSet

[ grids ver.1.3.0]   Back  Forward

DataLudi.DataSet.redo  method

If undo has ever been run before, it will rerun Undoing of just now. 

You can check whether Redoing is possible in current data set by calling canRedo

function redo ();
Returns
Void
Note
Code -1
    $('#redo').click(function () {
        dataset.redo();
    }
See Also
Undoing Overview
undoable
undo
canUndo
canRedo
clearUndo
onUndoStateChanged
redo
Examples
Undo & Redo