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

Hightlight today's date for all calenders in the solution

0 Answers 21 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Larevenge
Top achievements
Rank 1
Larevenge asked on 02 Jun 2012, 03:31 PM
Hello,

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

No answers yet. Maybe you can help?

Tags
Calendar
Asked by
Larevenge
Top achievements
Rank 1
Share this question
or