Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Scheduler > change selected date of calendar when user clicks on appointment

Not answered change selected date of calendar when user clicks on appointment

Feed from this thread
  • Pooja avatar

    Posted on Feb 2, 2012 (permalink)

    Here is my requirement, when user clicks on a appointment in Month View, say he clicks one appointment on 2nd Feb, and then user selects to go to day view, calendar should go to 2nd Feb.
     I checked the online demos , this is not a default feature of scheduler. I have added a javascript on appointment click to change the selected date, but somehow it is not working, here is the js I am trying
    calendarView.set_selectedDate(eventArgs.get_appointment().get_start());
       eventArgs.get_appointment().set_selected();

    Reply

  • Ivana Ivana admin's avatar

    Posted on Feb 7, 2012 (permalink)

    Hi Pooja,

    The cells representing the days in MonthView have a link number at their top left corner which leads to the day they represent. When this number is clicked, the RadScheduler switches to DayView setting the corresponding date selected. For more info, you could refer to the following online demo: RadScheduler Customization.

    Greetings,
    Ivana
    the Telerik team
    Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Scheduler > change selected date of calendar when user clicks on appointment
Related resources for "change selected date of calendar when user clicks on appointment"

ASP.NET Scheduler Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial ]