SMART datagrid v.1 > Classes > GridStyleSheet
Style Set which is used to display state cells of CREATED row.
grid.loadStyles({
rowIndicator: {
state: {
background: "#100000ff"
},
created: {
background: "#10ff0000"
}
}
});