Hello,
I would like to customize the background of the GroupBy area but I couldn't find it in the XamGrid template.
Can you tell me how I can do it please.
Regards.
Hi matt,
Thanks for the response it helped and I could find the else I need in your themes.
<Style TargetType="igPrim:GroupByAreaCellControl">
<Setter Property="Background" Value="Blue"/>
</Style>