Example of undefined in Javascript Scheduler Control

/
/
Multiple Events Drag

This example showcases how to select the multiple events and drag them simultaneously. We can select multiple events by pressing the CTRL key with a click. We can also drag the multiple events from one resource to another resource.

More Details...

Description

In this example, allowMultiDrag property is set as true to drag the multiple selected events simultaneously . We can simply reschedule the multiple events in single drag action. We can select multiple events by pressing the CTRL key. Once the events are selected, we can leave the CTRL key and start dragging the event. Here, we can also drag the multiple events from one resource to another resource. In this case, if all the selected events are in the different resources, then all the events should be moved to the single resource which is related to the target event.