SMART datagrid v.1 > Classes > GridBase

Back  Forward

DataLudi.GridBase.revertSelection  method

Revert the deletion state of the selected data rows. In other words, it will be reverted to 

revertable of editOptions should be true

function revertSelection (force: Boolean);
Returns
Void
Parameters
force - Boolean.
Code -1
    $('#revertSelection').click(function () {
        grid.revertSelection(true);
    });
See Also
DataRowState
editOptions
revertable