SMART datagrid v.1 > Classes > RowIndicator
The property which determines whether to display State Bar.
If this property is true, State Bar of indicating DataRowState will be displayed next to Row Indicator.
Defaults to false.
grid.setOptions({
rowIndicator: {
stateVisible: true
}
});
grid.rowIndicator().setStateVisible(true);