Problem with callback handling of oneventmove
I have the following defined for the daypilotcalendar:
... EventMoveHandling="CallBack" oneventmove="DayPilotCalendar1_EventMove" ...
When I try to move an event, I get the following exception:
An exception was thrown in the server-side event handler:
System.ApplicationException: Unable to parse DateTime: 'NaN-NaN-NaNTNaN:NaN:NaN'. ---> System.FormatException: String was not recognized as a valid DateTime.
at System.DateTimeParse.ParseExact(String s, String format, DateTimeFormatInfo dtfi, DateTimeStyles style)
at System.DateTime.ParseExact(String s, String format, IFormatProvider provider)
at DayPilot.Utils.UrlEncoder.UrlDecodeDateTime(String input)
--- End of inner exception stack trace ---
at DayPilot.Utils.UrlEncoder.UrlDecodeDateTime(String input)
at DayPilot.Web.Ui.Events.EventMoveEventArgs..ctor(String[] arguments, String[] fields)
at DayPilot.Web.Ui.Events.ArgumentsParser.ExtractArguments(String ea, String[] fields)
at DayPilot.Web.Ui.DayPilotCalendar.executeEvent(String ea, EventSource src)
at DayPilot.Web.Ui.DayPilotCalendar.System.Web.UI.ICallbackEventHandler.RaiseCallbackEvent(String ea)
at System.Web.UI.Page.PrepareCallback(String callbackControlID)
Any idea what might cause this?
Asked by Geir-Tore Lindsve 3 years ago.