Data grid filter enum

While the StringToEnumResolver looks like a handy tool. The enum values are all integers in the database. I am using RBS to generate a dbContext for my database. Then I add in my enums from my previous application from 5 years ago. Next I update the model that was generated to change that property to the enum.
Then I add a page and point to the one model I updated.

A grid and add/edit pages are generated. The enum filter doesn’t work. The add/edit pages have no form control for the property that is an enum.

I feel like this should just work and I’m missing something.

Merged from: Datagrid filters -> using numeric / text dictionary - #11 by enchev