DatagridFooter - Is it possible to display footer when group is collapsed?

I have a Datagrid (Blazor Components) with quite a few rows & columns of data where I have subdivided the data into groups. For each group I have defined a GroupFooter which shows totals for several columns in that group. When I collapse a group I Only see the GroupHeader, but I was wondering if there is a mechanism to still display the footer when the group is collapsed so that I would simply see something like this:
[GroupHeader]
[GroupFooter Column A] [GroupFooter Column B] etc

Thank you

I didn't see it in my version but then noticed I was still on 3.10.x so after I refreshed the nuget package to 3.12.0 it's there and work exactly the way I need it to. Thank you!