Is there a way to be able to allow dragging an appointment from one Schedule control to another Schedule control?

We would like to be able to drag between 2 schedule controls, scheduleControl1 and scheduleControl2. Is there a way we can do this? Tried it on our sample form but the mouse pointer is showing it is not allowed.

Update 1:
Also the MouseUp event does not trigger on scheduleControl1 if the MouseDown was triggered in scheduleControl2. Is this the intended behavior?

Update 2:
Also have the following set to true.

scheduleControl1.AllowDrop = true;
scheduleControl1.GetScheduleHost().AllowDrop = true;
scheduleControl1.GetScheduleHost().ActiveGridView.AllowDrop = true;

Update 3:
Is there a way to be able to test the drag events?

DragEnter
DragLeave
DragOver

Thank you in advance.

1 Reply

AR Arulpriya Ramalingam Syncfusion Team July 13, 2020 05:33 PM UTC

Hi Peregrino, 
 
Thank you for your interest in Syncfusion products. 
 
We have analyzed the reported scenario to drag appointment items from one schedule control to another. However, we regret to let you know that the ScheduleControl appointments does not have any built-in or extensibility support to drag-drop items from different controls. 
 
Please get back to us, if you need any further assistance. 
 
Regards, 
Arulpriya 


Loader.
Up arrow icon