As soon as I bring in the second grid into the second pane the application crashes with an error message:
:1 [2023-05-29T11:12:11.632Z] Error: System.InvalidCastException: Unable to cast object of type 'Syncfusion.Blazor.Grids.GridEditSettings' to type 'Syncfusion.Blazor.Internal.ISfCircularComponent'.
at Syncfusion.Blazor.Grids.GridColumns.OnInitializedAsync()
at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()
log @ blazor.server.js:1:1 [2023-05-29T11:12:11.632Z] Error: System.InvalidCastException: Unable to cast object of type 'Syncfusion.Blazor.Grids.GridEditSettings' to type 'Syncfusion.Blazor.Internal.ISfCircularComponent'.
at Syncfusion.Blazor.Grids.GridColumns.OnInitializedAsync()
at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()
log @ blazor.server.js:1
Please let me know, how to solve this error.