SMART datagrid v.1 > Classes > GridStyleSheet
Style Set which is used to display the area which has done row grouping in grid header.
grid.setStyles({
rowGroup: {
head: {
background: '#ccc'
}
}
});