SMART datagrid v.1 > Classes > RowIndicator
The width of State bar.
It specifies the width which is taken up by State Bar in grid in pixels.
Defaults to 7.
grid.setOptions({
rowIndicator: {
stateWidth: true
}
});
grid.rowIndicator().setStateWidth(true);