I'm using the Office2013 theme and I would like to knowif it's possible to change the background color/brush of the cells in the background without using the SpecialSlots?
Thank's
Alain
1 Answer, 1 is accepted
0
Kalin
Telerik team
answered on 08 May 2014, 12:37 PM
Hello Alain,
You will be able to achieve the desired by using a custom GroupHeaderStyleSelector and always return a GroupHeader Style with the desired Background defined the following way:
<Style TargetType="telerik:GroupHeader">
<Setter Property="Background" Value="Green" />
</Style>
Hope this will help you.
Regards,
Kalin
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.