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

Scheduler event inline editing problem

Asked by Dana
7 years ago.

hallo,
i use the latest version (8.3.3553) of daypilot scheduler for asp.net.
i have problems with a weird behaviour of inline editing.
i start inline editing using EventClickHandling=Javascript.
if i commit my input via enter key or tab key it works like a charme.
but when i try to submit my changes by clicking outside the event box the onEventEdited handler will not be triggered and the changes are lost. This occurs sporadically by clicking in an event cell inside the same row.
The solution requires a fast and efficient data input.
Can somebody help me solving this problem?

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

1. Does it happen when you click a grid cell (which fires TimeRangeSelected event) or another event (which fires EventClick)?

2. Also, how do you handle EventEdit event - is it the server-side event handler that isn't fired (EventEditHandling="CallBack" or "PostBack") or does it prevent even the client-side event handler (EventEditHandling="JavaScript").

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