Hi Sean,
Greetings from Syncfusion Support..!
We have validated your shared query at our end and suspect that your requirement is to “prevent our default editor window of the Scheduler because you are using your own angular-popout-window“ and for that, we have prepared a sample using popupOpen event of the Scheduler, which can be viewed from the following link.
|
public onPopupOpen(args: any): void {
if (args.type == "Editor") {
args.cancel = true; // To prevent the default editor window of the Scheduler
}
} |
Kindly try the above solution and if we misunderstood your requirement, kindly share more details like the use case scenario/ /video demo of your requirement/Scheduler rendering code snippets of your requirement which would help us to provide a prompt solution at the earliest.
We will happy to assist you..!
Regards,
Hareesh