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

Same color show in do not work and to do work time in Sheduler control in IE8

1 Answer 11 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Jiten
Top achievements
Rank 1
Jiten asked on 11 Apr 2011, 12:50 PM
Dear,


I have problem in Sheduler control which show the(do not work time means same color with to do work time color) in IE8
but work fine in the firebox and grome.

Please help me as soon as posible.

Thanks You,


Best Regards

Mutum Jiten Singh
Akhil Systems

1 Answer, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 12 Apr 2011, 09:53 AM
Hello Jiteni,

You can easily set a different color to the non-working hours by this Css class:

#RadScheduler1 .rsNonWorkHour
        {
            background-color: Red;
        }

Please note that the RadScheduler1 is the ID of my scheduler. You need to replace it with your ID. 

Greetings,
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
Jiten
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Share this question
or