SMART datagrid v.1 > Classes > GridBody
The default Style Set which is used in rendering the rows included in fixed area.
Before drawing cells of data row, the row will be drawn first by using properties such as background, borderBottom, etc.
It uses rowStyles to draw the row which is not included in fixed area.
grid.body().setFixedRowStyles({
background: null,
borderBottom: null
});