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!

0
Votes

I have a page with a grid on it. If I navigated to the page and navigate to another page before the Grid has completed rendering then I get a NullReferenceException with the following stack trace. If I wait for the grid to complete its renders and then move off to another page then there is no error.

Syncfusion.Blazor.dll!Syncfusion.Blazor.Grids.Internal.GridJSInteropAdaptor<vx.Services.DynamicDictionary>.Dispose() Unknown
Syncfusion.Blazor.dll!Syncfusion.Blazor.Grids.SfGrid<vx.Services.DynamicDictionary>.System.IDisposable.Dispose.AnonymousMethod__342_1(System.Threading.Tasks.Task t1) Unknown
System.Private.CoreLib.dll!System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(System.Threading.Thread threadPoolThread, System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state) Unknown
System.Private.CoreLib.dll!System.Threading.Tasks.Task.ExecuteWithThreadLocal(ref System.Threading.Tasks.Task currentTaskSlot, System.Threading.Thread threadPoolThread) Unknown
System.Private.CoreLib.dll!System.Threading.ThreadPoolWorkQueue.Dispatch() Unknown