Hi.
I am migrating a former asp:grid, and since some features must remain the same (or as close to it as possible), the style of the GroupHeader should be similar to the former.
I need to find a way to change de color and size of the text of the GroupHeader:
<SelectFields> <telerik:GridGroupByField FieldAlias="My Group Description" FieldName="MyField"></telerik:GridGroupByField> </SelectFields>Is there any avaiable property to perform such a customization? And if there's none, can I do it by changing the CSS (even if it means creating a custom grid css file)?
Many thanks in advance.