When I set the WeekendDayStyle-BackColor the calender sets the correct background to all but 1 day. It seems that the last Saturday in the previous month does not get the background color applied.
<telerik:RadDatePicker ID="BirthDatePicker" runat="server" |
AllowEmpty="true" |
DBSelectedDate='<%# Bind("BirthDate") %>' |
MinDate="1/1/1920" |
Skin="Office2007" |
Width="100px"> |
<Calendar UseRowHeadersAsSelectors="True" UseColumnHeadersAsSelectors="True"></Calendar> |
<DateInput></DateInput> |
<DatePopupButton ></DatePopupButton> |
<Calendar WeekendDayStyle-BackColor="#ccff99" |
ShowRowHeaders="false"></Calendar> |
</telerik:RadDatePicker> |