Hello,
In my code I have an scheduler and using an custom EditorTemplate for the editor.
I am handling the PopupCloseEvent and check the current action of the PopupCloseEventArgs to decide the next statement. Unfortunately, when editing or deleting an event the CurrentAction-Property of the event args is wrong! It always contains "Add", even when I'm editing or deleting an event.
Thats a huge problem, because I cannot know if the user wants to delete/add/edit an event.
Regards