I was searching for the same kind of grid one week ago. http://livedocs.adobe.com/flex/3/html/help.html?content=advdatagrid_10.html
Go to "Using an item renderer that spans an entire row". The solution is using <mx:rendererProviders> Hope this helps. Martin --- In [email protected], "uprise78" <[EMAIL PROTECTED]> wrote: > > Has anyone made a datagrid with expanding rows? I'm looking to make > something similar to this: > > http://www.darronschall.com/downloads/AdvancedDataGrid/AdvancedDataGrid.html > > I basically need a way to expand a row and have a custom component > show up under the data spanning all the columns in the grid. I've > experimented with making an itemRenderer on the last column of my > DataGrid and drawing using negative coordinates overriding > updateDisplayList. If anyone can point me in the right direction on > this it would be greatly appreciated. >
