Skip to main content
5-Regular Member
November 24, 2023
Solved

On mashup load, how to all select values from dropdown?

  • November 24, 2023
  • 2 replies
  • 1148 views

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.

 

 

P_10844769_0-1700855264408.png

 

 

Thanks

Best answer by AS_10340651

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.

2 replies

19-Tanzanite
November 27, 2023

Hi @P_10844769 

 

Create a new service or reuse the service which returns all dropdown values and bind it to Widget SelectedValues Property

 

/VR

13-Aquamarine
December 1, 2023

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.