He'll,
we start a project in .net 5.0 with blazor, but i have got a below error using
SfGrid,
when i open this page as the first time it's working properly but go out author page then return again then i will got this error
[2021-07-14T15:39:51.297Z] Error: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
at Syncfusion.Blazor.Grids.SfGrid`1.PersistProperties(String properties)
at Syncfusion.Blazor.Grids.SfGrid`1.PersistProperties(String properties)
at Syncfusion.Blazor.Grids.SfGrid`1.OnAfterScriptRendered()
at Syncfusion.Blazor.SfBaseComponent.OnAfterRenderAsync(Boolean firstRender)
at Syncfusion.Blazor.SfDataBoundComponent.OnAfterRenderAsync(Boolean firstRender)
at Syncfusion.Blazor.Grids.SfGrid`1.OnAfterRenderAsync(Boolean firstRender)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle)
Attachment:
Screenshot_20210714_211755_dceddb6e.zip