Hi there! Working with aggregations in the Grid in Release mode the grid does not show the data and throws the error:
Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: This operation is only valid on generic types.
System.InvalidOperationException: This operation is only valid on generic types.
at System.RuntimeType.GetGenericTypeDefinition () <0x383def8 + 0x0001c> in <filename unknown>:0
at Syncfusion.Blazor.Grids.SfGrid`1[TValue].IsObservableCollection (System.Object data) <0x5f1e230 + 0x00016> in <filename unknown>:0
at Syncfusion.Blazor.Grids.SfGrid`1[TValue].CollectionDisposeMethod (System.Object data) <0x5f1e1c0 + 0x00006> in <filename unknown>:0
at Syncfusion.Blazor.Grids.Internal.GridContent`1[TContent].System.IDisposable.Dispose () <0x5f25e88 + 0x00010> in <filename unknown>:0
at Microsoft.AspNetCore.Components.Rendering.ComponentState.TryDisposeInBatch (Microsoft.AspNetCore.Components.Rendering.RenderBatchBuilder batchBuilder, System.Exception& exception) <0x41eff60 + 0x0002c> in <filename unknown>:0
It is strange because in debug mode the Grid render the data and shows the Aggregates.
Thanks