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

RadScheduler Appearence

1 Answer 36 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
prabha
Top achievements
Rank 1
prabha asked on 16 Dec 2010, 11:24 AM
Hi,

    I am using Rad Scheduler in my application .It works fine .
I want to Change the Header and Side bar color ..
How can we set the Color ?.Please give me any suggestions for this ..

Thanks
Prabha

1 Answer, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 21 Dec 2010, 03:10 PM
Hi prabha,

You can use the following Css class to change the color of the header :

.RadScheduler .rsHeader h2
        {
            color: red;
        }

I'm not sure what do you mean in setting the color of the "Side" bar. Do you mean the hours column? If this is your requirement - you can use this Css class:

.RadScheduler_Default .rsVerticalHeaderTable th
        {
            color: green !important;
        }

Please let me know if this was helpful.

All the best,
Veronica Milcheva
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Scheduler
Asked by
prabha
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Share this question
or