pawan
asked on 15 Dec 2025, 12:42 PM
| edited on 22 Dec 2025, 09:19 AM
Dear team, I needs to change the delete dialog box of Schedules. can anyone knows how to do that? I do not wants to add custom popup rather i wants to find a way that helps me to change the title of delete dialog.
I am using React 18.2.
1 Answer, 1 is accepted
0
Neli
Telerik team
answered on 18 Dec 2025, 06:01 AM
Hello,
To change the title of the delete confirmation dialog in the Kendo UI Scheduler without creating a custom popup, you can use the messages.deleteWindowTitle configuration option. Here’s how you can set it:
This will update the title of the delete dialog that appears when deleting an event. You can set the value to any string as needed.
If you also want to customize other texts inside the dialog (like the button labels), you can use the messages.destroy and messages.cancel options as well.
Let me know if you need to customize any other part of the dialog.