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
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.