SMART datagrid v.1 > Classes > GridBase
Revert the deletion state of the selected data rows. In other words, it will be reverted to
revertable of editOptions should be true.
$('#revertSelection').click(function () {
grid.revertSelection(true);
});