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!

4
Votes

I use simple footer template. For cancel button I call CloseEditAsync. After upgrading to version 20.2.0.45 I got NullReferenceException when is clicked cancel button. I revert to version 20.2.0.44. Now work. Same exception is on Chrome.


System.NullReferenceException: Object reference not set to an instance of an object.

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

   at Syncfusion.Blazor.Grids.SfGrid`1.CloseEditAsync()

   at eRegistrum.Pages.Warehouse.Vehicles.b__0_20() in C:\Visual Studio Projects Git\eRegistrum\eRegistrum\Pages\Warehouse\Vehicles.razor:line 89

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

   at eRegistrum.Shared.GridFooterTemplate.CancelEdit() in C:\Visual Studio Projects Git\eRegistrum\eRegistrum\Shared\GridFooterTemplate.razor:line 29