Hello,
First of all, I'm familiair with the following solution tot hightlight today's date in a calender:
However, one of the new demands in my solution is to highlight all calenders in the solution. Is there any way of doing this on solution level so that i have to set this up only once?
Regards
First of all, I'm familiair with the following solution tot hightlight today's date in a calender:
<Calendar ID="Calendar1" runat="server"> <SpecialDays> <telerik:RadCalendarDay Repeatable="Today" ItemStyle-BackColor="Green"> </telerik:RadCalendarDay> </SpecialDays></Calendar>However, one of the new demands in my solution is to highlight all calenders in the solution. Is there any way of doing this on solution level so that i have to set this up only once?
Regards