[Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer] Exception: System.InvalidOperationException: Unable to set property 'Value' on object of type 'Radzen.Blazor.RadzenNumeric1[[System.Nullable1[[System.Int32, System.Private.CoreLib,
This happens when loading settings for a datagrid in a numeric property filter, when I set a value in the filter using Simple Filters, the error is shown when loading the settings again.
Edit:
I managed to workaround by instead using a filtertemplate with a RadzenTextBox, but it would be preferable not to add it for each column.
I am used to implement Newtonsonft serializer and was implementing it to store and load the settings. Changed to System.Text.Json and the issue was fixed.