Does anyone know where I can find an solid explaination as to how the Ext.dataview.DataItem works within the Ext.dataview.ComponentView object? I get the general principles behind it, that the data item is a container and that it "it ties together records to its contained Components via a dataMap configuration." What I'm specifically interested in, is if it(Ext.dataview.DataItem) can take a general XTemplate and apply the record passed in from the Ext.dataview.ComponentView. If so does it have a handler to the record?
Also is there a solid tutorial or document that explains implementation. I've looked at the Twitter and Kiva example and there's not a lot there.