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

[Solved] hilight the cell

1 Answer 96 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Nagesh Mynedi
Top achievements
Rank 1
Nagesh Mynedi asked on 03 Feb 2010, 01:28 PM
in scheduler monthview how can i hilight the today cell.......

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 04 Feb 2010, 04:13 AM
Hi Nagesh,

In Month View the Today Cell has the rsTodayCell class applied to it. So changing the style of this cell is possible with the following CSS style:
 
    <style type="text/css">  
        div.RadScheduler_Default .rsMonthView .rsTodayCell  
        {  
            background-color#CCFF00;  
            color#000;  
            border1px solid #000;  
        }  
    </style>  

-Shinu.
Tags
Scheduler
Asked by
Nagesh Mynedi
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or