SMART datagrid v.1 > Classes > RowIndicator
If this property is false, it will display state bar and hide indicator only.
However, when stateVisible is false, even if this property is false, it will display indicator.
Defaults to true.
grid.setOptions({
rowIndicator: {
stateVisible: true,
indicatorVisible: false
}
});
grid.rowIndicator().setIndicatorVisible(false);