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

Tie multiple appointments together

1 Answer 62 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Jonathan
Top achievements
Rank 1
Jonathan asked on 27 Oct 2011, 03:35 PM
I am looking for a way of linking adjacent appointments together, so that (for example) dragging one automatically drags the adjacent linked appointment... I am guessing this can maybe be achieved somehow with resources?

Tis,

Jonathan

1 Answer, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 27 Oct 2011, 04:01 PM
There are few ways to ahieve your requirement:
1) Create custom drag-drop behavior and override CoerceDraggedItems(), where you could return the state.DraggedAppointments and the additional (related) appointments. More info can be found here:
http://www.telerik.com/help/silverlight/radscheduleview-features-draganddrop.html

2) Create custom AppointmentSelectionBehavior and override the GetSelectedAppointments(), where you could return the appointments related to the target parameter (the clicked appointment). This behavior will enable you to always select the related appointments, hence they will always be dragged together.

Regards,
Valeri Hristov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
ScheduleView
Asked by
Jonathan
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Share this question
or