Datagrid 2 dropdown filter

0
Hello All, I am using Data Grid 2, and for one of the enum attributes used in the dropdown filter, there are around 20 values. However, some of these enum values do not have any corresponding records, so when I select them in the filter, the grid shows no results.   I would like to hide or remove these unused enum values from the dropdown filter to avoid confusion and improve the user experience. Is there a way to achieve this?
asked
1 answers
0

Hi Neha,

You can’t remove or hide enum values dynamically you have to delete these values manually from your enum.

answered