How to Use RadDatePicker with MultiMonthView Calendar

Thread is closed for posting
2 posts, 1 answers
  1. Answer
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 26 Dec 2008 Link to this post

    Requirements

    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.
  2. 2D95F235-B3CE-414A-BD6E-7B2E8B7CF5CD
    2D95F235-B3CE-414A-BD6E-7B2E8B7CF5CD avatar
    8486 posts
    Member since:
    Apr 2023

    Posted 20 Jan 2010 Link to this post

    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.
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.