SMART datagrid v.1 > Classes > GridBase
Style Set which is being used to draw the border and background of grid view.
// Display the grid border with bold dash and the background in red.
grid.setStyles({
background: '#10ff0000',
border: '#f00,2px,dashed'
});