I want to show a custom appointment form when the user double clicks on the radscheduler to create/edit appointments.
Right now it shows the built-in AppointmentEdit dialog. The data I need to capture is vastly different from what appears on the dialog. The only common elements are the dates. I also need to capture lots of other information that it doesn't make sense to inherit from the dialog. It's easier to create a custom form from scratch. I am hoping there is an event I can use to cancel the default dialog from appearing and display the custom form.
I looked through the documentation but didn't find any. I tried the AppointmentEditDialogShowing event without any effect.
Is this even possible.