The ParameterView instance can no longer be read because it has expired

Hi,

I have the following error in the Change event of a DropDownDataGrid:

Error: System.InvalidOperationException: The ParameterView instance can no longer be read because it has expired. ParameterView can only be read synchronously and must not be stored for later use.
   at Radzen.ParameterViewExtensions.DidParameterChange[T](ParameterView parameters, String parameterName, T parameterValue)
   at Radzen.DataBoundFormComponent`1.SetParametersAsync(ParameterView parameters)
   at Radzen.DropDownBase`1.SetParametersAsync(ParameterView parameters)
   at Radzen.Blazor.RadzenDropDownDataGrid`1.SetParametersAsync(ParameterView parameters)
   at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle, ComponentState owningComponentState)

This started happening after version 5.3.5.

Any ideas?

Thanks,
Mike

Any idea where/how to replicate this error?

UPDATE: There is already reproduction code here:

We will release update tomorrow!

Hi -

Just checking if this is fixed - I'm still getting the error.

The ParameterView instance can no longer be read because it has expired.

If this can be solved some other way in my own code, let me know.

Thanks,
Mike

We believe this is fixed - check what version you are using.

Yes, I updated to latest version 5.5.3 to test it.

Mike

Let us know how to replicate the problem using latest version.