Hi,
I'm experimenting with the Scheduler component, using ASP.NET Core and javascript. I had changed the default popup (event window) fields, so I implemented a new script to override the default one.
Everything is going well until I click on the save button of the popup. Once I do this action, there's a javascript error related to the event executed, which is working fine with the default view, but not with my changes.
Is there a way to change the action executed when I click this button? I've read pretty much of the documentation, and I hadn't been able to find something about this.
The implementation is very similar to the one showed in the following link:
Thanks in advance