I think you can use the hierachicalCursor to run through all the nodes in the 
xml and then when you hit the node you are looking for you could specify it as 
the selectedItem in the ADG.



--- In [email protected], "hpatino.rm" <hpat...@...> wrote:
>
> I display hierarchical data (different levels each node) using an XML file 
> sent by the server and converted to "hierachical data" in Flex.
>  
> ADG displays the data correctly.  
>  
>  I want to do the following
>  
>  1. search for a unique value id from a node property "nid" in the 
> hierachical data (not shown in the ADG, but available in the Hierchical data 
> as property in the XML file)
>  
>  2. select the node found and display it on the ADG
>  
> I know I can use adg.hierarchicalCollectionView.openNode(object)
>  
> 
> How to do #1 and then what parameter I must pass to #2?  any other shortcuts 
> or ideas?
> 
> 
> HP
>


Reply via email to