Replicate multiselect function outside of a data grid?

0
Is there a way or a widget that would allow me to select multiple records from a list view without using a (ugly) data grid?
asked
2 answers
1

If you want to use DataGrid2, you can create a custom field and map it to a boolean object say isMultiSelect and add a check box into the custom field. When you perform an action with multiselect, fetch all objects with isMultiSelect as true. Once data objexts are fetched update the objects with isMultiSelect equals false

answered
0

Did you have a look at this widget?

https://marketplace.mendix.com/link/component/2295

answered