Multiselect Dropdown

0
How to make multiselect dropdown for a column in data grid?
asked
2 answers
2

The default dropdown filter field on a datagrid can be set to Multiselect

 

image.png

answered
1

Hi Jasleen,

Use DataGrid2 instead of DataGrid,

Add a column in datagrid2 -> Take this as dynamic content -> inside dynamic content use AutoCompleteMultiSelect widget & configure all the values (Check documentation).

 

https://marketplace.mendix.com/link/component/116541/Aiden/Autocomplete-&-Multiselect

 

answered