Assigning Complext XML as DataProvider to Flex Tree
i have complex xml structure fed dataprovider flextree. wanted know how can specify grouping.my sample xml structure looks ->
<root>
<group>
<name>
<size>
<location>
<children>
<group>
<name>
<size>
<location>
</group>
</children>
</group>
<group>
<name>
<size>
<location>
<children>
<group>
<name>
<size>
<location>
</children>
</group>
</root>
i element "group" can have group within child.i want display them in tree.how can accomplish this.i searched many examples no 1 have solution this.help appreaciated.thanks ton.
thanks,
manohar.
i think need custom itreedatadescriptor.
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment