Are there any blog posts and/or help articles on best practices for managing/preventing memory leaks in the KendoUI library? It seems that for each widget, there is a similar, but different process to remove a widget's elements and event handlers from the DOM. Also, there are things to keep in mind as well such as dataBound/dataBinding when manually attaching/detaching event handlers to DOM elements within the widget. From the number of posts and back-and-forth replies in forums on this topic, it seems clear that there is a lot of confusion.
It would be great if there were a central location where all these instructions were located. I don't believe they are available from the API yet (destroy doesn't do full cleanup I don't believe).
http://scottsjewels.blogspot.com/2013/03/javascript-memory-leaks-and-kendo-grid.html
http://www.telerik.com/forums/how-to-clean-up-dropdownlist-lists
http://stackoverflow.com/questions/24409819/how-to-remove-all-kendo-dropdownlist-elements-from-document-body-dom
http://www.telerik.com/forums/datepicker-becomes-static
Thanks,
--Ed