Reset Datagrid2 selection after event.

0
Is there a way to reset the selection of a Datagrid2 (multi-select) without clearing any filters?    Passing the selection to an event microflow works great. But it would be logical if the selection is cleared after the microflow.     
asked
3 answers
1

Hi Richard,

 

You can use helper entity here. Once your all operations done then just reset and refresh helper object. This will reset your all the data.

 

Thanks,

Mobin

answered
0

Hi Richard

Try refreshing the context in your microflow. So that the entire datagrid will load again

 

Regards

Ajay

answered
0

In my opinion, it's an annoying limitation, especially the fact that you can't programmatically decide which rows to pre-select without any user interaction.

answered