Dropdownfilter (listviewcontrol) multiselect

1
Hi We’re using a listview for a customer and we need to have multiselect enabled on the dropdown listviewcontol. It is not supported currently. Datagrids do have the option, but a datagrid is not an option for us.   Any ideas?   https://github.com/mendixlabs/list-view-controls
asked
1 answers
1

Dear Jeller,

Only the Checkbox supports a multiple items to be selected 

https://github.com/mendixlabs/list-view-controls/blob/master/src/CheckBoxFilter/CheckBoxFilter.xml#L17

You could create a feature request, though we dont know if we can implement it for you in a timely fassion.

Cheers, Andries

answered