Data grid 2 filter dropdown saved attribute issue

0
I am using data grid 2 in that I am using two drop-down filters.In that drop-down filter, how can I give an enum to the saved attribute? It is expecting only a string.
asked
1 answers
0

The saved attribute string is just a string that saves values to re-use them later. It doesn't matter that it's not an enum, Mendix handles the saving and retrieving of the value - the attribute you're trying to save the default for could be any type, even an integer or boolean. Just make sure you also add it to the "default value" setting.

answered