How to override AutoFormat inserted CSS Class settings in GridGroupingControl?
You can override the AutoFormat property by using the below code snippet:
[Css].MyGreenTextStyle { color:Green }[ASPX]$appearance$ $columnheadercell cssclass="mygreentextstyle" /$ $/appearance$