SMART datagrid v.1 > Classes > RowGroup
RowGroupLevel object array which has property and Style information applied to each row group level.
grid.setOptions({
rowGroup: {
levels: [{
headerStyles: {
borderTop: null,
borderBottom: '#55',
background: "#777",
color: "#fff"
},
footerStyles: {
background: "#500088ff"
},
expanderStyles: {
borderTop: null,
borderBottom: '#55',
background: "#777",
shapeColor: "#fff"
}
},
...
]
},
...
});