SMART datagrid v.1 > Classes > RowIndicator

Back  Forward

DataLudi.RowIndicator.stateVisible  property

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.

Getter
function stateVisible(): Boolean
Setter
function setStateVisible(value: Boolean)
Code -1
    grid.setOptions({
        rowIndicator: {
            stateVisible: true
        }
    });
Code -2
    grid.rowIndicator().setStateVisible(true);    
See also
indicatorVisible
DataRowState
Examples
Row Indicator