search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

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

Asked by Gomathi
10 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
10 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.

Answer posted by Dan Letecky [DayPilot]
10 years ago.

This issue is fixed now in the latest sandbox build (7.7.5650):

http://mvc.daypilot.org/sandbox/Scheduler/ExternalDragDrop

The fix will be included in the next SP release.

Comment posted by Daniel
10 years ago.

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

Comment posted by Dan Letecky [DayPilot]
10 years ago.

It's fixed in the ASP.NET WebForms version as well now (build 7.7.3049):

http://www.daypilot.org/sandbox/Scheduler/ExternalDragDrop.aspx

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