Hi, > > I am new to Flex development. I wanted to use the AdvancedDataGrid to > display data in a tree structure. coming from a remoteobject . The remote > object is a java Collections object. I could read this data and get into > Flex ArrayCollection. The data in the ArrayCollection contians complex data > structure, which cannot be displayed directly into AdvancedDataGrid. So i > need to create a seperate ArrayCollection object , which serves as the > dataprovider for AdvancedDataGrid. Now i need to add children dynamically to > the tree structure in AdvancedDataGrid, without refreshing the whole > arraycollection. Is there any sample code , which could be provided ? > > >Thanks, >Santosh

