I have an xml like the following
<root>
<A D="PROV0101010001OG">
<B Number="100" ABal="20" BBal="20" RBal="95" TBal="36">
<Description>B Data</Description>
<C Number="001" ABal="20" BBal="20" RBal="95" TBal="36">
<Description>C Data</Description>
<D Number="504" ABal="19" BBal="20" RBal="95" TBal="34">
<Description>D Data</Description>
</D>
<D Number="505" ABal="1" BBal="0" RBal="0" TBal="2">
<Description>D Data1</Description>
</D>
</C>
</B>
</A>
</root>
As you can see I am interested in 4 columns ABal, BBal, RBal, TBal and
the rows are grouped by other columns like B Number, C Number and D
Number. I should able to drilled down on each one of those numbers.
How can I do it using regular datagrid or advanced data grid?
Thanks a lot in advance.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---