SMART datagrid v.1 > Classes > GridStyleSheet
If specify ColumnGroup.childHeadersVisible as false, the header cell of column group will be displayed in grid header instead of headers of columns which have been contained in column group, and it is the default Style Set about these cells.
grid.setStyles({
header: {
group: {
background: '#200088ff'
}
}
});