Thanks for the link Martin.  I don't know how I missed that one.  It seems
to be exactly what I was looking for.  Just in case anyone else tries to use
one of these with data from a server you cant just drop the received data
into a [Bindable] variable.  You need to set the source to new
HierarchicalData() to get the grid to display.

I did have one issue with the AdvancedDataGrid:  is there anyway to remove
the fancy multicolumn sort indicator and just display the old fashioned
DataGrid header?

Thanks,
Mike

On Sun, Apr 27, 2008 at 2:19 PM, martinruiz87 <[EMAIL PROTECTED]>
wrote:

>   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] <flexcomponents%40yahoogroups.com>,
> "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.
> >
>
>  
>

Reply via email to