Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
When I drag and drop the external field into my scheduler, I can see the editor window coming, I want to disable the editor window and want to directly add the appointment for the particular time slot. But I still should be able to edit the appointment on double-clicking the field.
I tried adding event.cancel = true in my openEditor method, but it disabled the editor for editing as well.