Grid search dropdown with subset of values

0
Hi, I have a grid with a number of search fields. One of those is linked to an enumerated field and is showing all the values from that enum. Is it possible to restrict that list of values? Just to furder clarify, let’s say the enum has values A, B, C, D, E and F. I want to allow filternig only for, say, B, C and F. Is this possible? I was thinking to use an XPath constraint but I am absolutely new to XPath and to Mendix itself. Thanks in advance. MT
asked
1 answers
2

Hi Maurizio,

I dont think this is possible to achieve in data grid search. It is definitely possible if you change to List View and use List View Control Check Box Filter or Drop-Down Filter widget.

 

Hope this helps!

answered