I'm working on what I guess would be called a single page application. I was wondering if there's a generic approach to performing KendoUI control cleanup (via the destroy method)? Basically, I want to be able to point to a div and have any KendoUI controls in the div destroyed.
2 Answers, 1 is accepted
0
Dimo
Telerik team
answered on 19 Oct 2012, 03:12 PM
Hi Gregg,
I am afraid we do not provide such a functionality. You need to destroy widget instances explicitly. Composite widgets such as the Grid, which use other child widgets (e.g. pager dropdowns), will take care of their destruction.
Regards,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!