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
400
binding xml to igHierarchicalGrid -- child properties binding failed
posted

Hi all,

I have two questions:

1) I am trying to bind a DataSet returned from a server service method to an igHierarchicalGrid. So I tested it first on the client side by using an xml string directly. The binding of the parent record is ok. However child level binding is failed. I just don't know how to specify child object schema inside parent xml schema or if there is another way. I will attach my sample code. Please let me know how to correct it.

2) If I use ajax call to get the DataSet returned from a web service method, then binding xml data to the control, how do I do binding in this case? say getXml from the xml stream etc.

$.ajax({
type: "post",
url: "mywebservicemethod",
dataType: "xml",
success: function(xml) {

//binding data to igHierarchicalGrid

}

 

thanks so much

getXmlData.zip