Changing Color / Font of Group Header Row

Hi

We currently have odd/even coloring of our grid and have recently enabled grouping (GroupBy)

This works fine, however some group header rows are white, some the “odd” colour, dependant on grid sequence…

Therefore is it possible to change the color / font size etc of the Group Header row within the HTML and/or css ??

thanks
Andy

You can change style of the group row with “group_row” css class:

<style> .group_row{ background-color: yellow; } </style>