Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Calendar > How to Use RadDatePicker with MultiMonthView Calendar

Answered How to Use RadDatePicker with MultiMonthView Calendar

Feed from this thread
  • Posted on Dec 26, 2008 (permalink)

    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.
    Attached files

  • Dimo Dimo admin's avatar

    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.

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Calendar > How to Use RadDatePicker with MultiMonthView Calendar