Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hi Team,
On mashup load, how to select all values by default from dropdown? and all selected hint text also need to show
Please let me know asap.
Thanks
Solved! Go to Solution.
You are using a service to populate the entries of the dropdownmenu? then you can use the same service to select all on load - just bind your output of the service to Data an SelectedItems of the Dropdown menu. No need to create a new service if you have already one.
Hi @P_10844769
Create a new service or reuse the service which returns all dropdown values and bind it to Widget SelectedValues Property
/VR
You are using a service to populate the entries of the dropdownmenu? then you can use the same service to select all on load - just bind your output of the service to Data an SelectedItems of the Dropdown menu. No need to create a new service if you have already one.