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

[Solved] Scheduler Date Header

1 Answer 136 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Bryan
Top achievements
Rank 1
Bryan asked on 12 Jun 2008, 06:18 PM
Is there a way to customize the style of the month, week and day header style?  I know the radscheduler eventually renders this as a <h2>, but because of my site styles, it is being distorted.

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 16 Jun 2008, 11:17 AM
Hello Bryan,

Yes, RadScheduler skinning mechanism is highly flexible. Please, refer to the attached screenshot and try the following css selectors for example:

<style type="text/css">  
    div.RadScheduler .rsHeader  
    {  
        backgroundgreen;  
    }  
    div.RadScheduler .rsHeader .rsHeaderWeek  
    {  
        backgroundred;  
    }      
    </style> 


Best wishes,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Scheduler
Asked by
Bryan
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or