Any time I specify to display more than one month (i.e.: multiple columns), the next and previous month navigation stops working. I don't even get a hover for the arrows on the right. I get a hover for the arrows on the left but clicking does nothing. This seems like a rather common thing to do. Does it not support this? If not why does it bother to show the arrows??
<telerik:RadCalendar ID="rcalStartDateRange" runat="server"
Skin="Office2007" ShowRowHeaders="False"
UseColumnHeadersAsSelectors="false" EnableMultiSelect="false" MultiViewColumns="2">
</telerik:RadCalendar>
Thanks in advance!
Levi