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