This is a migrated thread and some comments may be shown as answers.

Cells background

1 Answer 58 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Christie Admin
Top achievements
Rank 1
Christie Admin asked on 06 May 2014, 12:22 PM
Hi,

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

Sort by
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.
 
Tags
ScheduleView
Asked by
Christie Admin
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Share this question
or