Hi, I'm relatively new to Blazor and Telerik UI for Blazor.
I have a TelerikDataGrid on a page and it is defined to group data up to 6 levels. The grouping works great where the details inside the group are correct. When I collapse the group, I'd like to sum up the columns in the group and show those subtotals on the line with the collapsed group.
For example, currently the grouping looks like this:
What I'd like to do is something like this :
Has anyone done this before? Any suggestions on how to make this happen?
Thanks,
Jim