This is a migrated thread and some comments may be shown as answers.

selecting more appointment together

3 Answers 35 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Elfo
Top achievements
Rank 1
Elfo asked on 08 Apr 2013, 02:44 PM
I have a scheduler where i have to define two or more appointment as "contiguous" (the second appointment start when the first has finished). So when I am selecting and moving an appointment, i would like to select all of them together and moving simultaneously (for example, if appointment A starts at 10.00 and finish at 11.30 and contiguous appointment start at 11.30 and finish at 13.00, if I move app A starting at 11.00 i would see that simultaneously app B is moving starting from 12.30.
Is it possible?

3 Answers, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 10 Apr 2013, 10:35 AM
Hello Elfo,

While this behavior isn't supported out of the box by RadScheduler, you can use the OnAppointmentUpdate which is raised when you move an appointment to manually update the start and end dates of the related appointments.
 

Kind regards,
Bozhidar
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Matt
Top achievements
Rank 1
answered on 05 Nov 2013, 08:27 PM
How do you get the values of the selected resources to even accomplish something like this? When I see my options, all I see are ways of getting the collection of resources... but not what the user selected.
0
Bozhidar
Telerik team
answered on 07 Nov 2013, 08:04 AM
Hi Matt,

The OnAppointmentUpdate event exposes references to both the original Appointment, as well as the Modified appointment, as described in the following help article:
http://www.telerik.com/help/aspnet-ajax/scheduler-appointmentupdate.html

When for instance the user changes a resource from "Room1" to "Room2", the original appoitnment from the event arguments will have "Room1" as a resource, and the modified appointment will have "Room2".

Regards,
Bozhidar
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Scheduler
Asked by
Elfo
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Matt
Top achievements
Rank 1
Share this question
or