Regarding tree selection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Regarding tree selection
Hii,
Can anybody tell how to make tree selection?
Solved! Go to Solution.
- Labels:
-
Coding
-
Connectivity
-
Mashup-Widget
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Easiest way is to look at Thingworx Networks
If you set up a Network and do GetNetworkConnections you'll see the structure you need.
Basics are
Child (aka ID field) - Parent
rows
and the Child - Null will be top rows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
This is tracked in the Data Source /Selected Row(s)
So you can drag either Selected Row(s) or a sub item (specific value field) to your target and it will be the value of your selection on your widget (true for any widget with an infotable data source, tree, grid, combo box)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hii,
What my requirement is, in left side, i have to create tree model.. Whenever we click each node in tree, the respective file should be load in right side? I don't know how to create a tree model.. Can you help me to do that?
Thank you in advance,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Easiest way is to look at Thingworx Networks
If you set up a Network and do GetNetworkConnections you'll see the structure you need.
Basics are
Child (aka ID field) - Parent
rows
and the Child - Null will be top rows
