Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
305
How to bind the xml data into hierarchial grid
posted

I have xml data that needs to be binded into to the hierarchical grid control and I attached sample xml file and I need to bind the data like I attached in the image file

 

Thanks

Renga

hirarchical grid.rar
  • 23953
    Offline posted

    Hi,

    Unfortunately the sample XML file which you attached cannot be bound to the igHierarchicalGrid.

    Binding igHierarchicalGrid to XML has some limitations, for example it doesn't support binding to multiple child nodes (as with your case).

    You can parse the XML file yourself and transform it in JSON or if your service supports multiple response formats you can configure it to send JSON response.

     

    Hope this helps,

    Martin Pavlov

    Infragistics, Inc.