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

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

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

P_10844769
5-Regular Member

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

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

1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

2 REPLIES 2

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.

Top Tags