How to create tree view control in mendix

0
I am new to the mendix platform. I just created the first app using provided the guide. I want to create the treeview control in mendix. The tree view control has  structure like >Item - 1(object)  -- Properties Name, ID, Desc      >Item Rev  1 (object) It has Properties  --- Name, ID, Desc    > Item Rev 2  Item  - 2 > Item Rev -3 > Item Rev 4.   How can I create the tree structure for above data model.      
asked
5 answers
4

If it is a data treeview i suggest the treeview widget from the appstore: https://appstore.home.mendix.com/link/app/294/

If it is a navigation treeview you can do it with the default Mendix navigation: https://docs.mendix.com/refguide/navigation

answered
0

you can use navigation tree as mentioned above by adding a menu widget

answered
0

Thanks for your help. I have used TreeView widget and created multilevel tree.

Now I want to show selected tree node properties on right hand side in same page. Can you please help me how we can do this?

Regards,

Jayprakash Dhore

answered
0

You could download the tree and gridview demo project from the appstore. This project contains some examples on how to do this with the widget.

answered
0

https://forum.mendix.com/link/questions/115766 this will help 

answered