SMART datagrid v.1 > Classes > GridStyleSheet
The default Style Set which is used to draw all data cells which are displayed in Body area.
You can separately specify the style about individual cells by using Style or dynamic style of each column.
grid.loadStyles({
body: {
cell: {
background: "#10ff0000"
}
}
});