[flexcoders] Hierarchical data without the AdvancedDataGrid?

2009-01-16 Thread Keith Hughitt
Hi all,

I was wondering if anyone had any suggestions for handling
hierarchical data without having to use the AdvancedDataGrid (I'm
working with the open-source SDK).

I can flatten the arrays and add the grouping as a properties of each
array item so that I can display all of the entries, which is alright.
Is it possible to add sub-headers/dividers to a regular DataGrid? Any
other ideas?

Any suggestions would be greatly appreciated.

Thanks!
Keith



RE: [flexcoders] Hierarchical data without the AdvancedDataGrid?

2009-01-16 Thread Tracy Spratt
There are components out there like TreeGrid, that were developed to do
some of that.  You can't easily do grouped columns in the regular
DataGrid, though Farata Systems did manage some amazing stuff with their
SuperGrid.

Tracy Spratt 
Lariat Services 

Flex development bandwidth available 



From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Keith Hughitt
Sent: Friday, January 16, 2009 12:14 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Hierarchical data without the AdvancedDataGrid?

 

Hi all,

I was wondering if anyone had any suggestions for handling
hierarchical data without having to use the AdvancedDataGrid (I'm
working with the open-source SDK).

I can flatten the arrays and add the grouping as a properties of each
array item so that I can display all of the entries, which is alright.
Is it possible to add sub-headers/dividers to a regular DataGrid? Any
other ideas?

Any suggestions would be greatly appreciated.

Thanks!
Keith