Hi,
i am using ASP.NET MVC Scheduler. The events are dragged from table and dropped in Scheduler.This works only when page loads first time.When i change the date in Calendar,it loads the scheduler with correct date and data but drag and drop "Throws error & not dropping the item."
Error Msg : TypeError: $07 is null
The Line : var $07=new DayPilot.Date(this.data.start)
Other Issue:
Scheduler is displaying the scheduled event for selected date,when i drag and drop item from table it takes
new date as current date not selected date.