SMART datagrid v.1 > Classes > GridBody

Back  Forward

DataLudi.GridBody.fixedRowStyles  property

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. 

Getter
function fixedRowStyles(): GridStyles
Setter
function setFixedRowStyles(value: Object|GridStyles)
Note
Code -1
    grid.body().setFixedRowStyles({
        background: null,
        borderBottom: null
    });
See Also
rowStyles
GridStyles
Examples
Row Styles