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

Background color all white

1 Answer 44 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
L
Top achievements
Rank 1
L asked on 15 Oct 2016, 01:23 PM

hi

how do i change the background color all white? As you can see from the attachment there are some white and gray. Thanks a lot 

1 Answer, 1 is accepted

Sort by
0
Accepted
Bozhidar
Telerik team
answered on 17 Oct 2016, 08:01 AM
Hello,

You can try the following:

div.RadScheduler_Silk .rsOtherMonth,
div.RadScheduler_Silk .rsNonWorkHour,
div.RadScheduler_Silk .rsSunCol,
div.RadScheduler_Silk .rsSatCol {
    background-color: #ffffff;
}
 
div.RadScheduler_Silk .rsAllDayRow td,
div.RadScheduler_Silk .rsContentTable .rsAllDayRow td {
    background-color: #ffffff;
}

Just modify the selectors based on your chosen skin.

Regards,
Bozhidar
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Scheduler
Asked by
L
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or