Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Calendar > RadCalendar -- always with selected date.

RadCalendar -- always with selected date.

Feed from this thread
  • Posted on May 8, 2007 (permalink)

    Requirements

    RadCalendar for ASP .NET version

    RadControls for ASP .NET AJAX version

    Q1 2007



    2008.1.415 and later


    .NET version

    2.0 (RadCalendar for ASP .NET)


    2.0 and later (RadControls for ASP .NET AJAX)


    Visual Studio version

    2005/2008 (RadCalendar for ASP .NET)


    2005 and later(RadControls for ASP .NET AJAX)


    Programming language

    Javascript
    Browser support

    all supported by RadCalendar for ASP .NET


    all browsers supported by RadControls for ASP .NET AJAX


     
    PROJECT DESCRIPTION
    Certain applications require a calendar that has a selected date at any time. This could be achieved using OnDateSelected client event of RadCalendar classic / OnDateSelecting client event of RadCalendar for ASP .NET AJAX. The bare-bone logic of the javascript function used is that whenever a date is selected all the rest selected dates in the calendar should be deselected. If a date is being deselected by the user, the event is canceled.

    Note: OnDateSelected / OnDateSelecting is fired when a date is deselected too. In order to avoid unnecessary executions and code complications for managing this case, the calendar has its EnableMulstiSelect property set to true, while the method logic prevents the calendar from having more than one selected date at a time.

  • Yavor Yavor admin's avatar

    Posted on Sep 2, 2008 (permalink)

    Hi,

    Attached to this message, is a RadCalendar for ASP .NET AJAX version of the project posted initially.

    Best wishes,
    Yavor
    the Telerik team

    Check out Telerik Trainer, the state of the art learning tool for Telerik products.

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Calendar > RadCalendar -- always with selected date.