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

color on Present Date

3 Answers 53 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Goud
Top achievements
Rank 1
Goud asked on 12 Sep 2008, 06:38 AM
hi,

how to display color on Present day in month view.

3 Answers, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 15 Sep 2008, 11:27 AM
Hi Goud,

You can change the style of the today's cell by the following CSS selector:

div.RadScheduler_[skinName] .rsMonthView .rsTodayCell 
    background-color#000
    color#fff

In this you may also need to change the hover style of the same cell, which is done with this CSS selector:

div.RadScheduler_[skinName] .rsMonthView .rsTodayCell.rsAptCreate 
    background-color#cf0
    color#000

The latter CSS select does not work in IE6. In this case, you may consider using this CSS selector, which changes the hover style of all cells:

div.RadScheduler_[skinName] .rsMonthView .rsRow .rsAptCreate 
    background-color#cf0
    color#000

Note: [skinName] should be replaced with the name of the currently used skin.

Greetings,
Simon
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Goud
Top achievements
Rank 1
answered on 16 Sep 2008, 12:15 PM
hi,

Can you Please send the sample application code for applying style. I am not able to apply style on Present day.
0
Simon
Telerik team
answered on 16 Sep 2008, 01:27 PM
Hello Goud,

Yes, I have attached a sample page to this post. Please download it page and examine it.

Best wishes,
Simon
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Scheduler
Asked by
Goud
Top achievements
Rank 1
Answers by
Simon
Telerik team
Goud
Top achievements
Rank 1
Share this question
or