Load chunk of xmldata in datagrid

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ameen.abdullah@gmail.com

    Load chunk of xmldata in datagrid

    Hi Guys,

    I have a xml file, from which i want a node to be populated in a
    datagrid. whats the easiest way to do this??


    Here is a sample of xml file:


    <?xml version="1.0" ?>
    <script version="1.1">
    <jobs>
    <job name="Job1"/>
    <job name="Job2"/>
    </jobs>
    <tables>
    <table name="Table">
    <columns>
    <column name=Col1' />
    <column name=Col2'/>
    <column name=Col3'/>
    </columns>
    </table>
    </tables>
    </script>


    Now, I want to populate the datagrid with
    tables/table/columns/column@name..


    Another question.. Can i add checkboxes in datagrid??


    Thanks in advance..

Working...