Empty value always comes in While using it as a Data Grid filter field

1
Hi All,   Need a help here. I am using an Enum attribute in Data Grid Filter as a dropdown. Suppose the Enum is having values Test 1, test 2, test 3. But while I am seeing it in the UI it’s showing  Empty Test 1 Test 2 Test 3   So is there any way we can hide that “Empty” value from that Drop Down filter in data grid?
asked
2 answers
2

HI Kaushik,

Yes its true ‘Empty’ value show up in DataGrid filter for Enum Values. 

You can put Custom  JavaScript code using Html/JS snippet in that Page tohide the ‘Empty’ value.

answered
0

You can use the enumselector for that: https://marketplace.mendix.com/link/component/56183

Regards,

Ronald

 

answered