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

rsAllDayCell class gone in Q3 2008

1 Answer 19 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Jeff Nafe
Top achievements
Rank 1
Jeff Nafe asked on 12 Dec 2008, 03:57 PM
Our scheduler had been using the rsAllDayCell class (that was put on each TD within rows of the rsAllDayTable table) to control some settings with your previous version. With 2008 Q3, those TDs are not getting the rsAllDayCell class (or any other class) assigned to them, so I'm having a hard time figuring out how to set up these same events. I have rigged up a function that adds this class to each of those TDs, but that seems like a workaround (and probably affects performance). Is there a way to specify that these TDs should still have this class applied?

Thanks!

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 15 Dec 2008, 01:11 PM
Hello Jeff,

The css styling of RadScheduler has been simpliefied with Q3 2008.

You can still target the all day appointments since the rsAllDayRow class is applied to the all day row in the control. For example, the following selector, changes the background color of only the all-day appointments:

.rsAllDayRow .rsAptOut
{
  background: red !important;
}



Best wishes,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Scheduler
Asked by
Jeff Nafe
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or