SMART datagrid v.1 > Classes > GridStyleSheet
Style Set which is used to draw the background and bottom border of fixed rows.
If it is the case of drawing the background of most cells in cell style set, Style of each column or dynamic style, the property which has been specified here may not mean much.
grid.loadStyles({
body: {
fixedRow: {
background: "#10ff0000"
}
}
});