Cascading dropdown functionality
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Cascading dropdown functionality
How can we implement cascading dropdown functionality in ThingWorx.
I am binding my first dropdown item from infotable, my second dropdown should fill based on selection of my first dropdown.
shall we need to create a service which will take the o/p of first dropdown selection item, and it should go as service i/p for second dropdown ?
Thanks.
Solved! Go to Solution.
- Labels:
-
Best Practices
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I think the fairly standard approach is to use the 'Selected' from the first dropdown or it's data source and assign that to the service that pulls data for the second dropdown. and then use the SelectedRow changed or the dropdown widget selection event to trigger that second service, which will then populate the second dropdown.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I think the fairly standard approach is to use the 'Selected' from the first dropdown or it's data source and assign that to the service that pulls data for the second dropdown. and then use the SelectedRow changed or the dropdown widget selection event to trigger that second service, which will then populate the second dropdown.
