This is a migrated thread and some comments may be shown as answers.

Kendo Scheduler customeditortemplate window close event

1 Answer 285 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Anamika
Top achievements
Rank 1
Anamika asked on 31 Jul 2014, 07:15 AM
Hello,

I am using CustomEditorTemplate for Scheduler add/edit popup. I would like to capture the Close Event of customeditortemplate so that i can destroy some other child Windows i opened from customeditortemplate. So i would like to know what Event gets fired when x button is pressed on customeditor popup window. How can i use Close Event of this window so that if window is closed by clicking x or save or cancel Buttons i can reach same function and destroy what i want. I have used Scheduler save and cancel Events to destroy but then when x is pressed i cannot destroy.

Thanks

Anamika

1 Answer, 1 is accepted

Sort by
0
Alexander Popov
Telerik team
answered on 04 Aug 2014, 07:01 AM
Hello Anamika,

I would recommend subscribing to the Scheduler's save and cancel events and destroy the desired elements once the Save, Cancel or X button is clicked.

Regards,
Alexander Popov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Scheduler
Asked by
Anamika
Top achievements
Rank 1
Answers by
Alexander Popov
Telerik team
Share this question
or