D3TreeView Widget and Tree view structure

0
I am using D3TreeView widget for creating tree view structure, but every time when we are adding nodes in the tree structure,(it will ask the parent node where we need to add the new node),it is adding the new node only under the main parent node. How to make a multi level tree? I have also refered the D3TreeView Demo project , but in that also we are not able to add the new node in the tree structure. Could anyone please tell where to make the changes so that we can create a multi-level tree structure, or is there any other way with which we can create a multi-level tree structure?
asked
2 answers
0

Did you try out the ShowTopParent setting? It is available as per version 2.0.0 of the widget. Setting it to ‘No’ will hide the top parent, hence will create the scenario for multiple treeviews next to eachother.

Let me know if this caters for your needs!

answered
0

By multi level tree I mean the one which is shown in the screenshot below which was there in the D3TreeView widget screenshot in the app store:

answered