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.
