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

Next and Previous month navigation not working after changing theMultiviewColumn =2

3 Answers 129 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Gopakumar
Top achievements
Rank 1
Gopakumar asked on 14 Sep 2011, 02:38 PM
Hi,

We are using Radscheduler in our project. We need to show the dropdown calendar near the Header "Today" with 2 months column in a row. so we made the following changes.
 
RadCalendar popupCalendar = RadScheduler1.FindControl("SelectedDateCalendar") as RadCalendar;
 popupCalendar.AutoPostBack = true;
 popupCalendar.MultiViewColumns = 2;

This code shows 2 months but the problem now is, we are not able to navigate to next, previous, fast next and fast previous navigation.
When we click the next button  nothing happens. It seems the Autopost back is not working even we gave that in our code.

Please help us to resolve this issue.

Gopakumar

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 15 Sep 2011, 06:13 AM
Hello Gopakumar,

MultiView calendar operates in AutoPostBack (server-mode) only so every action you perform on the control will cause postback. As far as I know it is not possible to change the multiview rows with client-side code.

Thanks,
Princy.
0
Gopakumar
Top achievements
Rank 1
answered on 15 Sep 2011, 10:34 AM
Yes, the problem is autopost back not working in the pop up calendar  inside the Radscheduler. Is there anyway manually postback while navigate to next or previous month.


Thanks,
Gopakumar B
0
Plamen
Telerik team
answered on 17 Sep 2011, 12:46 PM
Hi Gopakumar,

We inspected the scenario that you are trying to achieve but it seems that when the calendar is build in the RadScheduler it is not supported. If you need to have a double calendar you will have to use it separately like in this demo.

Best Wishes, Plamen Zdravkov
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal
Tags
Scheduler
Asked by
Gopakumar
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Gopakumar
Top achievements
Rank 1
Plamen
Telerik team
Share this question
or