Hello,
I have two schedulers defined in my controller:
var scheduler = new DHXScheduler(“schedulerMAIN”);
var schedulerSRO = new DHXScheduler(“schedulerSRO”);
I have added the DragBetween extension for the schedulers among other various configurations:
scheduler.Extensions.Add(SchedulerExtensions.Extension.DragBetween);
However I cannot drag between the two. I have gone through the documentation here:
scheduler-net.com/docs/multiple-schedulers.html
but I cannot find out why they cannot be dragged between.
Could someone post an example project with two MVC schedulers that are bound to each other so that drag and drop between them is enabled? Or tell me what steps I am missing?
I have added all the events in my javascript to look for any sign of success but none of them are firing on drop.
I should also mention we do have the enterprise license so that is not an issue.
thanks
Garrett