Data grid filter enum

I already have a database and an existing database. I create a new Blazor 8 Auto PWA application. Add my database. Add my .cs file for my existing enums. Update the model files for the properties that are enums. Add a crud page for 1 model with 1 property as an enum.
Data grid filter doesn’t work.
The dropdown in the filter pop up is there with accurate information, but doesn’t filter when a selection is made.

I’ve replied to your other post.

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

I replied once again in your other thread. Please don’t open duplicate threads - I’m closing this.