Select/Unselect all button Datagrid 2

0
Hello everyone, I'm currently using the built in multi select functionality of the datagrid 2 and want two buttons: one that allows the user to select all rows and another to unselect all. I know that this is partially doable with the checkboxes but I'm not using the checkboxes and even then it only selects/unselects the rows being shown on a page, not all of them. Is there any way of doing this? Is there any type of attribute that could be accessed in a MF that deals with this selection?    Thank you
asked
1 answers
0

Hello João,

This is unfortunately not possible out of the box, there are multiple who want this feature. Like you can see in the following link:

https://community.mendix.com/link/space/studio-pro/ideas/3974 

 

However there is a workaround, although it's complex. You can find a explanation here: https://community.mendix.com/link/space/widgets/questions/118391

answered