This is a migrated thread and some comments may be shown as answers.

Problem populate grid with xml data

1 Answer 130 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ericc34
Top achievements
Rank 1
ericc34 asked on 03 Jun 2008, 04:02 PM

With this XML I can populate grid :


<Products>
    <Product Col1="Parka M" Col2="125"></Product>
</Products>

With this XML I can't :

<Products>
    <Product>
        
<Col1>Parka M</Col1>
        <Col2>125</Col2>
    </Product>
</Products>

Is it possible to define column with node tag. When I define column with attribute tag, this work great but I don't want this

Thanks

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 04 Jun 2008, 05:07 AM
Hi,

Go through the following help document links.

Populating Telerik RadGrid from XML
Population/data editing with XmlDataSource control

Princy.
Tags
Grid
Asked by
ericc34
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or