SMART datagrid v.1 > Classes > GridStyleSheet
Style Set which is used to draw the background of area in which displays data cells.
If specify background, it will fill the background of body area before drawing grid row or data cells.
grid.loadStyles({
body: {
background: "#10ff0000"
}
});