Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I have a service that returns child nodes bound to the childData param in an advanced tree grid and I'm having trouble getting it to work.
With the regular tree grid, there is a "getChildren" action to bind to the service, but the advanced one does not have it. It seems to fire my service, but I can't figure out how to bind the id of the row clicked. It also does not seem to actually "run" the service so I can't bind anything else to the result of that service or invoke anything else upon service completion.
It also seems like the selectedRow parameter only returns the visible fields in the grid, I'm interested in the ID field which is not visible. Anyone found a good workaround? I tried using a service that finds it given the selectedRow and the full data set, but I can't get the full data set because of the children issue above.
Has anyone figured out how to work this thing yet?