[progress Communities] [progress Openedge Abl] Forum Post: Re: Telerik Treeview Component

  • Thread starter Thread starter Ilya Kogan
  • Start date Start date
Status
Not open for further replies.
I

Ilya Kogan

Guest
Hi Vimal, I apologize this is the latest code, I simply had the right treeview in there and was not using it. So it's even simpler. Its one treeview. I need to store every parent and every child in the DB using the setField api. When I drag each node under each other it only reads the top parent and its one child. callers.children.data().length shows the length as one. So it does not iterate down any further. If I console.log var callers = local.data(); and go into children it actually says a total of 3, but only shows the child that is under the first index. The second picture in my code is where I run into an issue. The first picture works because each node is under the parent which is indexed. The purpose of this code is its a call tree. So the children is who is being called and the parent is who is calling the children. I also need their position in the call tree.

Continue reading...
 
Status
Not open for further replies.
Back
Top