Drag and Drop from table to Scheduler is working only for current date,Not working for selected date

Asked by Gomathi
12 years ago.

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.

Comment posted by Daniel
12 years ago.

I can confirm this bug, the last working version is 7.5. Since 7.6 drag and drop in scheduler from external source to another selected date than current day doesn't work.

Please fix it asap.

Comment posted by Daniel
12 years ago.

Great, superb quick response! Please note, that this issue also exists in ASP.NET WebForms control.

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.