cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

Advanced Tree Grid Widget

cfpenteado
6-Contributor

Advanced Tree Grid Widget

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? 

0 REPLIES 0
Top Tags