Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

When i click on add buttion and then cancel button i face the same error when grid empty
when i update the single row by double clicking on row and after press entering i face the same error.
I also tried events to handle this issue like ActionStart, ActionComplete, ActionFailure, RowSelecting etc but no any solution found

Now is is a bug in framework? or any solution please guid

I am facing this error :

System.InvalidOperationException: Sequence contains no elements

   at System.Linq.ThrowHelper.ThrowNoElementsException()

   at Syncfusion.Blazor.Grids.SfGrid`1.SelectRowAsync(Double index, Nullable`1 isToggle)

   at Syncfusion.Blazor.Grids.SfGrid`1.SelectRow(Double index, Nullable`1 isToggle)

   at Syncfusion.Blazor.Grids.Internal.Edit`1.CloseEdit(Boolean escapeKey)

   at Syncfusion.Blazor.Grids.Internal.GridToolbar`1.ToolbarClickHandler(ClickEventArgs args)

   at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)

   at Syncfusion.Blazor.Navigations.SfToolbar.TriggerClickEvent(MouseEventArgs e, Nullable`1 trgParentDataIndex, ItemModel clickedItem)

   at Syncfusion.Blazor.Navigations.Internal.ToolbarContent.OnItemClick(MouseEventArgs e)

   at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)

   at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle, ComponentState owningComponentState)