Search with Listview

0
Is there any way to do search with ListView?
asked
2 answers
4

In a ListView, you can select 1 or more search fields (beneath the sort order band in the widget inside of the modeler). Once you start your app, you will see one search box above the list view - when you enter information into that box and click the search button, Mendix will perform a combined search across all of the fields you have configured as searchable.

answered
0

Use template grid as it allows you to use comparison search as data grid and buttons on rows as List View. You can leave only one column to equal the List View.

answered