Re: [flexcoders] Re: Find tree node in groupingcollection?

2010-04-20 Thread Nick Middleweek
Thanks Amy... Reading the docs a bit closer, that does make sense... GroupingCollection inherits from HierarchicalData which implements IHierarchicalData and the source of HierarchicalCollectionView is of type IHierarchicalData. Great stuff, thanks again! Nick On 19 April 2010 16:00, Amy

[flexcoders] Re: Find tree node in groupingcollection?

2010-04-19 Thread Amy
HierarchicalCollectionView has methods for getting the parent node. Just cast your GroupingCollection to HierarchicalCollectionView. http://flexdiary.blogspot.com/search/label/AdvancedDataGrid HTH; Amy --- In flexcoders@yahoogroups.com, Nick Middleweek n...@... wrote: Hi, Does anyone