I am in the process of wrapping up the binding to my web api service. When I updated my local copy to include an add sub grid row child. The parent grid responds with the No Data error:
grid HTML
Hello Eric,
From what I can see, on "click" you execute the "addChildRow(cell.cellID,cell.grid)" method, but if I am understanding correctly, I cannot see in the implementation of that method any usage of these arguments.The implementation of the "addChildRow" method you have provided seems to use 'this.editRowID', but I also cannot see where you set it to the row you are currently editing.Could it be it, that is creating an issue when trying to add a child, since it could not find the correct child to which to add the row?
Also I noticed that in your service when you execute your GET request, you do not use the 'dataState' to build your URL using the 'buildUrl()' method in your service.Should it directly call send the request to the url property you have set or you have arguments that should be added as well?
Regards,Svetoslav