[flexcoders] Re: Grouping Data - need some help

2008-02-19 Thread reflexactions
Thanks for the response, In the end the solution was to manually build the hierarchical structure on the client from the flat array and then set it into the ADG using a HierarchichalData object. This was further complicated because initially I was setting an empty structure into the ADG and

[flexcoders] Re: Grouping Data - need some help

2008-02-19 Thread reflexactions
Thanks for that, Although our data wasnt xmlbased the concept of what you have done is interesting and useful. tks --- In flexcoders@yahoogroups.com, sreeni_r [EMAIL PROTECTED] wrote: Hi, I had posted a implementation of IHierarchicalData called FlatXMLHD which coverts the kind of flat

[flexcoders] Re: Grouping Data - need some help

2008-02-19 Thread sreeni_r
Hi, I had posted a implementation of IHierarchicalData called FlatXMLHD which coverts the kind of flat data (XML) you have mentioned into hierarhcical format. The code and sample is available here http://flexpearls.blogspot.com/2007/12/hierarchicaldata-from-flat- xmllist-data.html -Sreenivas