SMART datagrid v.1 > Classes > GridStyleSheet
Style Set which is used to draw the Empty Grid with no columns or rows.
grid.loadStyles({
body: {
empty: {
background: "#10ff0000"
}
}
});