I've updated our Syncfusion version from 18.1.0.59 to 18.2.0.44 today and now we can't get our App to run again.
I've considered all the breaking changes in your release notes but can't find anything to point me in the right direction.
First of all NO component that was attached through @ref= in the Blazor page is available in OnAfterRenderAsync during firstRender. They are all NULL.
Microsoft.JSInterop.JSException: Cannot read property 'visible' of undefined
TypeError: Cannot read property 'visible' of undefined
at e.findColumn (http://localhost:65044/_content/Syncfusion.Blazor/scripts/sf-grid-b58c64.min.js:1:38075)
at e.autoFitColumns (http://localhost:65044/_content/Syncfusion.Blazor/scripts/sf-grid-b58c64.min.js:1:34887)
at e.autoFit (http://localhost:65044/_content/Syncfusion.Blazor/scripts/sf-grid-b58c64.min.js:1:35074)
at t.contentReady (http://localhost:65044/_content/Syncfusion.Blazor/scripts/sf-grid-b58c64.min.js:1:110231)
at t.initModules (http://localhost:65044/_content/Syncfusion.Blazor/scripts/sf-grid-b58c64.min.js:1:104764)
at new t (http://localhost:65044/_content/Syncfusion.Blazor/scripts/sf-grid-b58c64.min.js:1:103711)
at Object.initialize (http://localhost:65044/_content/Syncfusion.Blazor/scripts/sf-grid-b58c64.min.js:1:117180)
at http://localhost:65044/_framework/blazor.server.js:8:31421
at e.beginInvokeJSFromDotNet (http://localhost:65044/_framework/blazor.server.js:8:31390)
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.Grids.SfGrid`1.OnAfterScriptRendered()
at Syncfusion.Blazor.SfBaseComponent.OnAfterRenderAsync(Boolean firstRender)
at Syncfusion.Blazor.SfDataBoundComponent.OnAfterRenderAsync(Boolean firstRender)
at Syncfusion.Blazor.Grids.SfGrid`1.OnAfterRenderAsync(Boolean firstRender)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle)