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!>
Thanks for joining our community and helping improve Syncfusion products!
As you can see in attached video, using excel type filter in grid, everything works fine is i filter with ok, or if i don't filter and just click somewhere else so the drop down close. The problem comes if with drop down opened i try to click on another column filter. Then i get this error in console:
Unhandled exception in circuit '0k3W8EEeEce7DBeRskZIf_0cQTHg4UHb9780WJIXow8'.
Microsoft.JSInterop.JSException: Cannot read property 'blazor__instance' of null
TypeError: Cannot read property 'blazor__instance' of null
at Object.destroy (https://localhost:5001/_content/Syncfusion.Blazor/scripts/sf-contextmenu-b58c64.min.js:1:8413)
at https://localhost:5001/_framework/blazor.server.js:8:31421
at new Promise (
at e.beginInvokeJSFromDotNet (https://localhost:5001/_framework/blazor.server.js:8:31390)
at https://localhost:5001/_framework/blazor.server.js:1:19202
at Array.forEach (
at e.invokeClientMethod (https://localhost:5001/_framework/blazor.server.js:1:19173)
at e.processIncomingData (https://localhost:5001/_framework/blazor.server.js:1:17165)
at e.connection.onreceive (https://localhost:5001/_framework/blazor.server.js:1:10276)
at WebSocket.i.onmessage (https://localhost:5001/_framework/blazor.server.js:1:38091)
at Microsoft.JSInterop.JSRuntime.InvokeWithDefaultCancellation[T](String identifier, Object[] args)
at Microsoft.JSInterop.JSRuntimeExtensions.InvokeVoidAsync(IJSRuntime jsRuntime, String identifier, Object[] args)
at Syncfusion.Blazor.SfBaseComponent.InvokeMethod(String methodName, Object[] methodParams)
at Syncfusion.Blazor.Navigations.SfContextMenu`1.ComponentDispose()
at System.Threading.Tasks.Task.<>c.
at Microsoft.AspNetCore.Components.Rendering.RendererSynchronizationContext.ExecuteSynchronously(TaskCompletionSource`1 completion, SendOrPostCallback d, Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.AspNetCore.Components.Rendering.RendererSynchronizationContext.ExecuteBackground(WorkItem item)
Waiting for your response. Thank you.