mikeasi
10 Sep 2010, 9:43 AM
I have a dataview tied to a data store. Within each node I have some divs which I apply ext components to using applyTo() like some buttons and some of the form fields. When a node is removed, the components are not destroyed (aka I can still grab them using Ext.getCmp() in firebug). Is there a way to have the components destroy when the node they are applied to is destroyed?