Hi,
I wanted to change the style of cell in month view if there is any all day appointment, i tried to search through the css file but i cant find any class that i can override like what i want.
Now i only manage to make all the weekdays in a month to change color where i edit the css code from here:
http://www.telerik.com/help/aspnet-ajax/how-to-change-style-of-today-cell-in-month-view.html
The code above will make all weekdays in a month change to the color i set, but i have no idea how to make it only change while there are any all day appointment for that day. Which class i should override in order to get the result i want?
Thanks in advance.
Regards,
Iry
I wanted to change the style of cell in month view if there is any all day appointment, i tried to search through the css file but i cant find any class that i can override like what i want.
Now i only manage to make all the weekdays in a month to change color where i edit the css code from here:
http://www.telerik.com/help/aspnet-ajax/how-to-change-style-of-today-cell-in-month-view.html
div.RadScheduler_[skinName] .rsMonthView |
{ |
background-color: #CCFF00; |
} |
The code above will make all weekdays in a month change to the color i set, but i have no idea how to make it only change while there are any all day appointment for that day. Which class i should override in order to get the result i want?
Thanks in advance.
Regards,
Iry