Hi,
for my project I implemented a CustomDataAdapterComponent. Here I override the Read function and inside this function I use this line of code to group:
DataUtil.Group<TTarget>(dataSource, group, dm.Aggregates, 0, dm.GroupByFormatter);.
Here I get a null reference exception because my model contains int? and double?. I Decompiled your code an I think I found the issue. In the DataUtil class in function GetFormattedValue. Here you don't have a null check in line 590 (see screenshot).
To valid if I'm correct, I change all my types to non nullable. Then it works fine.
I use the latest version: Assembly Syncfusion.Blazor, Version=18.2.0.57
Would be cool if you can fix it fast, because I have it in production.
Best regards.
Attachment:
Screenshot_20200918_at_13.14.22.png_90a0cbba.zip