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

Next/Prev Month Navigation Won't Work

1 Answer 43 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Levi
Top achievements
Rank 1
Levi asked on 07 Jul 2010, 03:17 AM
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


1 Answer, 1 is accepted

Sort by
0
Levi
Top achievements
Rank 1
answered on 07 Jul 2010, 03:48 AM
I figured out the problem. I didn't have autopostback=true. However the buttons on the right not working seems to be some z-index issue. I am able to fix it by putting the calendar on a different part of the page. 
Tags
Calendar
Asked by
Levi
Top achievements
Rank 1
Answers by
Levi
Top achievements
Rank 1
Share this question
or