Hi,
Just upgraded to 19.3.0.45. When I have more than two grids on the same page and try to go to a different page, I will get the following error. Before the upgrade, it worked fine.
System.AggregateException: Exceptions were encountered while disposing components. (This operation is only valid on generic types.) (This operation is only valid on generic types.)
---> System.InvalidOperationException: This operation is only valid on generic types.
at System.RuntimeType.GetGenericTypeDefinition()
at Syncfusion.Blazor.Grids.SfGrid`1.IsObservableCollection(Object data)
at Syncfusion.Blazor.Grids.SfGrid`1.CollectionDisposeMethod(Object data)
at Syncfusion.Blazor.Grids.SfGrid`1.ComponentDispose()
at Microsoft.AspNetCore.Components.OwningComponentBase.System.IDisposable.Dispose()
at Microsoft.AspNetCore.Components.Rendering.ComponentState.TryDisposeInBatch(RenderBatchBuilder batchBuilder, Exception& exception)
--- End of inner exception stack trace ---
---> (Inner Exception #1) System.InvalidOperationException: This operation is only valid on generic types.
at System.RuntimeType.GetGenericTypeDefinition()
at Syncfusion.Blazor.Grids.SfGrid`1.IsObservableCollection(Object data)
at Syncfusion.Blazor.Grids.SfGrid`1.CollectionDisposeMethod(Object data)
at Syncfusion.Blazor.Grids.Internal.GridContent`1.System.IDisposable.Dispose()
at Microsoft.AspNetCore.Components.Rendering.ComponentState.TryDisposeInBatch(RenderBatchBuilder batchBuilder, Exception& exception)<---
Jorge
Thanks for the update,
Jorge
Thanks,
It is working now.