SMART datagrid v.1 > Classes > RowIndicator
If it is true, the user can click or drag row indicator cell with mouse to select rows.
Regardless of DisplayOptions.selectStyle setting, it will be selected in row unit.
Defaults to true.
grid.setOptions({
rowIndicator: {
selectable: true
}
});
grid.rowIndicator().setSelectable(true);