Data Grid - Drop down Search Field Default values

0
I'm using 9.24.12 I have a data grid with a search field in it. It's a drop-down and the attribute is a string. I would like to use 2 or more default values. 1 default value works, but we cannot find how to use 2 or more. Is this possible and if so how?  
asked
1 answers
0

Hi Niek,

Unfortunately, the default values for search filters are a limited, so this is not possible. You might want to look at Datagrid 2, I'm not sure what the options are in that case.

As alternative, you could develop a work-around which has an extra attribute on the Status entity (called searchName for example) and add ("default") to these searchNames.

Good luck,

Johan

answered