Posted on: 7/13/2015 10:08:39 AM | Views : 736

Hi,
I have xml node like ,
<Configuration> <Employees>     <Employee ID="1" Type="100" Name="XXX" StartDate="13/7/2015" EndDate="24/7/2015" >        <Qualifications>             <Qualification ID="2" DiscountRate="0" >                          </Qualification>        </Qualifications>    </Employee> </Employees> </Configuration>
In my example,say "Employees" is a parent node and "Employee" is a child node.
     1)How to Expand the attributes in parent node(i.e, Employees) ?(such that my UI should appear like this)
                &nbs ...

Go to the complete details ...