Forum Discussion

OSUBlakester's avatar
OSUBlakester
New Contributor II
2 years ago

Stop Multiselect from Refreshing after each selection

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?

  • 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.

  • JackLacava's avatar
    JackLacava
    Honored Contributor

    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.