Stop Multiselect from Refreshing after each selection

OSUBlakester
New Contributor II

I have a combobox with a multiselect option enabled and it utilized by a data grid.  

I've set up the User Interface Action to refresh the grid and it works fine.  However, it refreshes after each selection.  If the user wants to select 3 options, it will refresh 3 times.  Is there a way to only refresh once after all of the selections are done?

1 ACCEPTED SOLUTION

JackLacava
Community Manager
Community Manager

No, but you could take the action off that listbox and put it on a separate button instead, so that the refresh is explicitly invoked only after the user is done selecting. It could be a small button with an icon.

View solution in original post

1 REPLY 1

JackLacava
Community Manager
Community Manager

No, but you could take the action off that listbox and put it on a separate button instead, so that the refresh is explicitly invoked only after the user is done selecting. It could be a small button with an icon.