cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

Cascading dropdown functionality

SM_10230689
11-Garnet

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.

 

ACCEPTED SOLUTION

Accepted Solutions
PaiChung
22-Sapphire I
(To:SM_10230689)

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.

View solution in original post

1 REPLY 1
PaiChung
22-Sapphire I
(To:SM_10230689)

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.

Announcements


Top Tags