I have a RadCalendar on a site I'm developing and need to set a number of days as special days (or at least I need to highlight days somehow).
I have created a style that I can apply to them, and it works perfectly if I set the border and background colours, but as soon as I try to apply a background image instead of the background colour (so the day has a gradient) it doesn't.
I've tried setting !important in my stylesheet but it's made no difference.
I have also tried applying the style using a CalendarDayTemplate like so without any joy...
How can I use the default built in skin for the RadCalendar, but apply a background image to the special day?
Thanks.
I have created a style that I can apply to them, and it works perfectly if I set the border and background colours, but as soon as I try to apply a background image instead of the background colour (so the day has a gradient) it doesn't.
I've tried setting !important in my stylesheet but it's made no difference.
I have also tried applying the style using a CalendarDayTemplate like so without any joy...
<CalendarDayTemplates> <telerik:DayTemplate ID="BusyDayTemplate" runat="server"> <Content> <div class="rcTemplate rcDayDate BusyDay"> [DayOfMonth] </div> </Content> </telerik:DayTemplate></CalendarDayTemplates>How can I use the default built in skin for the RadCalendar, but apply a background image to the special day?
Thanks.
