SMART datagrid v.1 > Classes > RowIndicator
If it is false, it will not display shape of indicating state in indicator cell of current row.
Defaults to true.
grid.setOptions({
rowIndicator: {
shapeVisible: false
}
});
grid.rowIndicator().setShapeVisible(false);