SMART datagrid v.1 > Classes > GridBase
Initialize the values of selected area as undefined.
The cells of column which erasable is false will not be initialized (ver1.3). deleteSelection will be used to delete the selected rows.
$('#clearSelection').click(function () {
grid.eraseSelection();
});