Thanks
8 Answers, 1 is accepted
I am afraid to say that we do not have a destroy method yet.
Your suggestion is meaningful and what is more important - such method would be useful, however at this stage developers are working on most popular feature requests. We really appreciate that you submitted your idea at our uservoice page, but its implementation depends on the users feedback and the number of votes.
All the best,
Alexander Valchev
the Telerik team

The extra elements are created by the filtering menu. The dropdowns inside it have a popup of their own which too needs to be appended at the end of the BODY for proper positioning. Reusing the popup is not really an option because different dropdowns have different options. Creating the whole popup with all items every time the user opens the dropdown would introduce a significant performance hit and browser reflow.
Don't get us wrong. The destroy method is a very good idea but we just can't implement it right away. The feature set for the next release has been frozen long ago and we can't add more to it.
Atanas Korchev
the Telerik team

I created a jsFiddle demo which shows how to do that.
Kind regards,Atanas Korchev
the Telerik team

Thanks
Why do you think this would be slow? This is actually how we would implement the destroy method in the future. I don't think there is a faster way.
All the best,Atanas Korchev
the Telerik team

Cheers