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

change the background color of Non-business hours

3 Answers 117 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Sankar
Top achievements
Rank 1
Sankar asked on 07 Jul 2015, 04:12 AM

Hi,

 

I am Building a 24/7 Booking site using Radscheduler. I don't want to differentiate the business and non business hours.

 I just want to the same background color for all cells in scheduler.

How to do it?

3 Answers, 1 is accepted

Sort by
0
Accepted
Aneliya Petkova
Telerik team
answered on 07 Jul 2015, 08:24 AM
Hi Sankar,

Please add the following CSS to your page:
html .RadScheduler .rsNonWorkHour,
html .RadScheduler .rsSunCol,
html .RadScheduler .rsSatCol {
    background-color: transparent;
}

Regards,
Aneliya Petkova
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Sankar
Top achievements
Rank 1
answered on 07 Jul 2015, 12:29 PM
Thank you so much @Aneliya Petkova
0
mayur
Top achievements
Rank 1
answered on 26 Nov 2020, 08:18 AM
I want to change the background color of non working hours cells to gray but in the Winforms. I tried cell formatting and changing the cell color but as I scroll left and right even working hours get colored. Is there any property that will let me change the color of non working hour.
Tags
Scheduler
Asked by
Sankar
Top achievements
Rank 1
Answers by
Aneliya Petkova
Telerik team
Sankar
Top achievements
Rank 1
mayur
Top achievements
Rank 1
Share this question
or