I recently updated the MVC pro version to 8.3 SP1 wich comes with javascript file version 2537.
I used to call DayPilotScheduler.dragStart function to make draggable my items but i found that in this version of js the variable is undefined. Was it deprecated?
Answer posted by Dan Letecky [DayPilot] 9 years ago.
Yes, DayPilotScheduler namespace is deprecated as is no longer available. Instead of DayPilotScheduler.dragStart() you can use DayPilot.Scheduler.startDragging(options):