Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
While using a remote data SfGrid with pre-selected filter column and EnablePersistence=true the reset of the persistence state generates an other / a wrong filter string on the next request. In this case the filter column field is an enum!

Initaly the request works correctly as expected:

Then after reset persistate state: "
await _grid.ResetPersistDataAsync()" the filter string changed:
"Unsupported enum value 'completed' for type GeneralDeviationWorkingStatus."

It is a reproduceable bug.