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

Calender navigation not working when MultiViewRows or MultiViewColumns > 1

3 Answers 87 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Andrew Lawrence
Top achievements
Rank 1
Andrew Lawrence asked on 15 Apr 2011, 08:10 AM
I have the following properties set on a RadCalendar:
MultiViewRows = 2
MultiViewColumns = 2
FastNavigationStep = 3
EnableMultiSelect = true
EnableMonthYearFastNavigation = true
RangeMinDate = new DateTime(2010, 1, 1)
RangeMaxDate = new DateTime(2012, 1, 1)

The navigation arrows in the title bar do not work in any browser. When I click on them, nothing happens. I do not see any javascript error.

If i change MultiViewRows and MultiViewColumns both back to 1, then the navigation arrows work OK.

If either MultiViewRows or MultiViewColumns are above 1, then the navigation arrows stop working. Clicking on the title and selecting the month/year from the popup panel also doesn't work.

I am using version 2010.3.1317.40.

Any help would be appreciated.

3 Answers, 1 is accepted

Sort by
0
Pavel
Telerik team
answered on 19 Apr 2011, 07:54 AM
Hello Andrew,

As explained in this help article, when the calendar is in MultiMonth mode, you need to set its AutoPostBack property to "true". Try it and let us know if further assistance is needed.

All the best,
Pavel
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.

0
Steve
Top achievements
Rank 1
answered on 03 Jun 2011, 03:45 PM
I also have been trying to get this calendar/datepicker to work in multi-calendar mode and use the navigation buttons to navigate the calendars +/- a month. I added the AutoPostBack="true" to the control, but it still doesn't navigate the calendar/datepicker when using multi-calendar mode.

Come on Telerik! I was just telling my peers what great controls you have. The use of a calendar/datepicker control is a common control where a developer could incorporate multiple months to present to a user. Tell me I am doing something wrong here... or provide a solution to "hook" into the calendar and use javascript to navigate this calender/datepicker.

I can't accept that this control is not able to navigate multiple calendars/months. Please pass this message on to the developer(s) that created this control and please have them add the ability to navigate using the datepicker in multi-calendar/month mode ... 
0
Pavel
Telerik team
answered on 06 Jun 2011, 09:39 AM
Hello Steve,

I am afraid that currently we cannot this scenario out-of-the-box. However I can suggest you to review the following code library which illustrate one possible approach to achieve the desired result.

All the best,
Pavel
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
Calendar
Asked by
Andrew Lawrence
Top achievements
Rank 1
Answers by
Pavel
Telerik team
Steve
Top achievements
Rank 1
Share this question
or