Why is the caption of an enum value (instead of the name) not shown in active filters for grid search widget?

0
We are building an app in multiple languages. We are using the grid search widget. For the dynamic dropdown the captions are shown when choosing what to filter on, however the active filters shows the name of the enum value. How can this be adjusted?  Dynamic dropdown:  Active filters:  Enum: 
asked
2 answers
0

this is because the caption is commonly the element that is shown in the UI, so the best direction to go is to change the enumeration and switch the caption and name :)

answered
0

Hi…

You can avoid this situation by keeping the same text for Caption and Name

answered