Hi - I am working on a grid to update data, and are facing an error, randomly appering.
I get the error when editing cell's, sometimes first time, sometimes up to 15-20'th time I edit, in the same session.
The log-
fail: Microsoft.AspNetCore.Components.Server.Circuits.CircuitHost[111]
Unhandled exception in circuit 'Yy-4SjOaWwH6_4t7okdkIY2UEvvRx9sGtoBJgA2bByE'.
System.NullReferenceException: Object reference not set to an instance of an object.
at Syncfusion.Blazor.Grids.Internal.Selection`1.ClearCellSelection(Row`1 expect, Nullable`1 expectCellIndex, Boolean autofillSelect, MouseAndKeyArgs evt)
at Syncfusion.Blazor.Grids.Internal.Selection`1.ClearSelection()
at Syncfusion.Blazor.Grids.SfGrid`1.ClearSelection()
at Syncfusion.Blazor.Grids.Internal.Edit`1.EditCell(Row`1 Row, Cell`1 Cell)
at Syncfusion.Blazor.Grids.Internal.Edit`1.DblClickHandler(Row`1 Row, Cell`1 Cell)
at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle)
I try to reproduce the error in a referenceproject, but cannot get this exact error - Can you get any meaning out of this, ot do you need more of the co