--- In flexcoders@yahoogroups.com, "Keith Hughitt" <keith.hugh...@...> 
wrote:
>
> 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.

You might find this useful:

http://flexdiary.blogspot.com/2008/09/groupingcollection-example-
featuring.html

Also, the lazy loading tree example (current post on the blog) has a 
data structure that could easily be cast to HierarchicalData.

Reply via email to