SMART datagrid v.1 > Classes > DataColumn
When remove the value of selection area through GridBase.eraseSelection, the columns of which property is false will be excluded.
Defaults to true.
grid.columnByName('id').setErasalbe(false);
$('#clearSelection').click(function () {
grid.eraseSelection();
});