3 Answers, 1 is accepted
0
Hi Goud,
You can change the style of the today's cell by the following CSS selector:
In this you may also need to change the hover style of the same cell, which is done with this CSS selector:
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:
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.
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.
Can you Please send the sample application code for applying style. I am not able to apply style on Present day.
0
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.
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.