I want to build an interface using Ext JS MVC, and I'm not quite sure what elements to use. What I want to achieve is similar to Ext JS's Feed Viewer. Disregard the frame on the left, I don't want that, but what I want, is something like that grid and that thing below it (couldn't identify what kind of object it is).
I want to be able to have a grid, and when you click an entry, it should show more details in the section below.
Could anyone help me finding what object (in addition to the Grid -- which I already have implemented) I need to implement in order to have the example from the Feed Viewer? A link to a very simple tutorial would be also nice, if anyone has any :)