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