Datagrid Multi row selection Lost on click of Button

0
Hi, I have a datagrid that allows multi rows selection which contains Action button that calls the microflow for selected rows. On click of the button the selected rows are lost from the datagrid without screen refresh. I want the selected rows to be as selected even after the Microflow call as I am not refreshing the screen. Can you please tell me how to achieve this functionality. Thanks
asked
1 answers
0

Think this is as designed and there is no “default” way to change this. What you can do is using the folowwing widget: https://appstore.home.mendix.com/link/app/27519/

- When you pres the button you do have the list as a parameter in the microflow
- Connect the list to a helper object
- Put the widget on the page
- Connect to a microflow which is receiving the list from the helper object. 

Maybe you have to do a refresh somewhere. Did not test it, but i do think this could work. 

answered