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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

2
Votes

Hello

Since i upgraded from version 20.1.0.47 to 20.1.0.50 i have this error (on browser) on every component where i used a SfGrid:

Error: System.Collections.Generic.KeyNotFoundException: The given key 'isPersistAutoFit' was not present in the dictionary.at Syncfusion.Blazor.Grids.SfGrid`1.PersistProperties(String properties, Boolean isResetPersistData)

This error happen if i have activated the persistence on the component with 

Snippet
EnablePersistence="true"

if i not enable the persistence, the error disappear.

can you check on this?

thank you very much

Maurizio