Can we create same child node for different parent nodes in tree widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Can we create same child node for different parent nodes in tree widget
Hi,
I want to view the data in tree widget which has 2 parent nodes. I want to view the data in this way
s1
|-- s2
|-- s3
|-- s4
s5
|-- s6
|--s2
Solved! Go to Solution.
- Labels:
-
Mashup-Widget
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
In a Network you can't do this.
But you can try just creating the infotable with nodes setup the way you want and bind that to the tree widget
remember that in that setup
parent child
a top node is a CHILD without a parent.
so you would have
parent child
s1
s1 s2
s5
s5 s6
s6 s2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
In a Network you can't do this.
But you can try just creating the infotable with nodes setup the way you want and bind that to the tree widget
remember that in that setup
parent child
a top node is a CHILD without a parent.
so you would have
parent child
s1
s1 s2
s5
s5 s6
s6 s2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks for the response.
