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

[Solved] highlight today

2 Answers 123 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Benjamin
Top achievements
Rank 1
Benjamin asked on 30 Oct 2009, 03:27 AM
hi,

is there any easy way to highlight today in monthview?

thanks for help.

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 30 Oct 2009, 04:14 AM
Hello,

Add the following CSS to page in order change the style of Today cell in MonthView.

CSS:
 
    <style type="text/css"
        div.RadScheduler_Default .rsMonthView .rsTodayCell 
        { 
            background-color#CCFF00
            color#000
            border1px solid #000
        } 
    </style> 

-Shinu.
0
ashish
Top achievements
Rank 1
answered on 30 Oct 2009, 09:49 AM
Hi
I am facing problem with scheduler .

My Problem in the following parts.

1: User can view the Schedule by Day, Week, Month .
2: In the Week View  we can set the start Date as the BeginDate and End Date as the [BeginDate + Duration Days]

I have to do this thing at client side as well as server side.

Thanks in Advance.
Tags
Scheduler
Asked by
Benjamin
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
ashish
Top achievements
Rank 1
Share this question
or