Posted
on Dec 26, 2008
(permalink)
| RadControls for ASP .NET AJAX version |
2008.3.1314 and later
|
| .NET version |
2.0 and later
|
| Visual Studio version |
2005 and later
|
| Programming language |
C#, VB, Javascript
|
| Browser support |
all browsers supported by RadControls for ASP .NET AJAX
|
PROJECT DESCRIPTION
RadCalendar's multi-month views are always rendered on the server. As a result, if a RadDatePicker is used together with a multi-month Calendar, users will not be able to navigate to next/previous months. The following code library example demonstrates how to workaround this limitation by using a combination of a RadDatePicker and a separate RadCalendar control.
Dimo
Dimo
Posted
on Jan 20, 2010
(permalink)
Here is an updated version of the above example. It demonstrates a more complicated scenario, in which there are several RadDatePickers using a single MultiMonthView RadCalendar. The RadDatePickers are placed inside a Repeater inside a content page, with a RadAjaxManager in the master page.
Since the MultiMonthView RadCalendar navigates across months server-side, there is a slight delay when opening the popup. During that time the calendar selects the date in the DateInput textbox and navigates to the correct month.