Hi Cloud,
Sorry, I have provided a CSS selector, which will work with Q3 2008 Beta, while you can be using an older version.
Please try this:
ASPX
<telerik:RadCalendar ID="RadCalendar1" runat="server" Skin="Outlook">
<SpecialDays>
<telerik:RadCalendarDay Date="2008/11/04" ItemStyle-CssClass="
MyClass" />
</SpecialDays>
</telerik:RadCalendar>
CSS
.calendarWrapper_Outlook .
MyClass a
{
color: red;
}
However, if you upgrade to Q3 2008, you will need to use the CSS selector provided in my earlier message.
Best wishes,
Dimo
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.