Home Unanswered Active Tags New Question

evenDeleteCallBack broken?

I was developing using DayPilotProTrial-3.8.1075 and I used a javascript confirm on the delete event as described in: http://forums.daypilot.org/Topic.aspx/78/deletion_of_events .

EventDeleteHandling="JavaScript"
EventDeleteJavaScript="if (confirm('Do you really want to delete ' + e.text() + ' ?')){ dpc1.eventDeleteCallBack(e);}" OnEventDelete="DayPilotCalendar1_EventDelete"

That worked just fine.

Today I've replaced the trial with release version 3.8.1086 and the javascript call to the callback event seems to be broken. The confirmation popup is shown, but the server side event handler is never called.

If I replace the dll with the trial version (and change nothing else) it works again. If I change the EvenDeleteHandling to CallBack it works fine as well in the release version (obviously w/o the confirmation).
Asked by Anonymous 4 years ago.
Replies
Does it throw any JavaScript exception?
Can you please send me the HTML output of the page to daypilot @ annpoint.com? I'll check it and possibly send you a special debugging build.
Comment posted by Dan Letecky 4 years ago.
This bug is now fixed and the fix will be included in the next release.
Comment posted by Dan Letecky 4 years ago.
New Reply
This reply is
Your name (optional):

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