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!
After updating to version 18.2.44, I am facing issues when I am moving away from a page containing a datagrid to a new page. The error that is thrown is the one in the title, throwing at this location:
Filename: /_content/Syncfusion.Blazor/scripts/sf-dialog-580d73.min.js:formatted (line 568)
As you can see, the element variable is null, and when the blazor__instance of this is called, it fails.
Unfortunately, I am unable to recreate a simple sample where it throws the same error.
I have been able to pinpoint the problem to the datagrid, when setting the option ShowColumnChooser to false, it no longer throws the error.
The complete stacktrace of the problem from the console:
I don't know if this has anything to do with the issue, but the grid is placed on splitter pane.
Best regards,
Michael Brignola