Unanswered: How do I listen for the end of changes to a dataview?
Unanswered: How do I listen for the end of changes to a dataview?
How do I listen for the end of items being added to a dataview? If it's loading from a store, and using an itemTpl to create the items, how do I know when it's done? I need to look at the DOM at that point. painted seems to fire before the items are all there.