hi,
i want to color the field labels differently in the groupbyarea. because we will save the layout in our own way and only want to persist grouping for the first n columns. so more groupings shall occur in red. like in this mockup:
how can i change the style there without destroying or messing with the default styles used and supplied by infragistics.
thanks for your help.
sebastian
Hi Sebastian,
did you had the chance to look at solution I posted?
Regards,
it seems you need to use GroupByHeaderStyle property of the Column class. So you basically need to set the style you want for every column that's not in the first n columns.
You could get more detiles on xamGrid ColumnSpecificStyles help page
Check out the attached sample solution.
Hope this helps,