Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Calendar > How to use a MultiMonth RadCalendar to View Whole Years Only

Answered How to use a MultiMonth RadCalendar to View Whole Years Only

Feed from this thread
  • Posted on Jul 23, 2009 (permalink)

    Requirements

    RadControls for ASP .NET AJAX version

    2008.1.415 and later
    .NET version

    2.0 and later
    Visual Studio version

    2005 and later
    Programming language C#, VB.NET
    Browser support

    all browsers supported by RadControls for ASP .NET AJAX


    PROJECT DESCRIPTION
    You may want to display a MultiMonth RadCalendar, so that it always starts with January and ends with December, i.e. a complete year should be shown at a time. Doing this on initial load is trivial, however, the end user may navigate to a random month using the control's MonthYearFastNavigation popup. The following demo shows how to display a complete year view event in this case.

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Calendar > How to use a MultiMonth RadCalendar to View Whole Years Only