How to add Select All to Datagrid2 from filtered list?

0
Hi all,   I am trying to mimic the ‘select all’ functionality that the Datagrid widget has into Datagrid2. I want to be able to use the text filters available in the app to filter out the rows I want, then use a select all microflow for the filtered rows so that I can modify them accordingly. I already have a ‘isSelected’ boolean attribute to chose rows manually.    I tried to do a select all based on the association thinking it would select the rows visible, however it selected all rows available instead. My next idea is to try retrieve rows via a search string that uses the textfilter, but I have not been able to find a reasonable way to do that so far.   Any help is appreciated,   Dominik  
asked
2 answers
0

Is there any solution?

answered
0

Have a look at these posts on the forum for a solution to your requirement:

https://forum.mendix.com/link/questions/118391

https://forum.mendix.com/link/questions/111395

answered