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

