SMART datagrid v.1 > Classes > GridBase
Delete all grid rows being Checked currently.
If force is true, it will proceed without asking whether to delete, and if it is false, it will proceed after asking whether to delete according to confirmWhenDelete property of editOptions.
$('#deleteChecked').click(function (ev) {
grid.deleteCheckedRows(true);
});