Using Ignite UI 2013.2
The goal of the question is to get it right : Is the result from calling igGrid('destroy') or igGridUpdating('destroy') the same?
If I
- get a grid which has Updating, Sorting, Selection and all kind of other features on it or a date picker or a combo
- and then call the common jQuery UI method 'destroy' method
will I get the desired result of actual object/ui control destruction or I will get a memory leak?