Is there an API call to set the CSS Class of the GroupBy Row? If not, how would I go about changing the GroupBy Row to have its own style?
Thanks for your execellent support.
There is a predefined css class "div.gridbox table.obj td.group_row"
So you can defined
.div.gridbox table.obj td.group_row{
any styles
}
if you need to change the styles of some specific group-row - it is a more complex process.