Home Unanswered Active Tags New Question

I don't want to delete the node after dragstart event.

How to retainan externale event (not be deleted/removed)after dragthe eventto scheduler?
Asked by Gary 3 years ago.
Replies

Just pass null as the last parameter. That is, instead of

onmousedown='return DayPilotCalendar.dragStart(this, 60*30, "125", this.innerHTML);'

use

onmousedown='return DayPilotCalendar.dragStart(this, 60*30, "125", null);'
Comment posted by Dan Letecky 3 years ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java