Posted 21 October 2025, 5:24 pm EST
Hello,
I am trying to add a FlexGrid to my blazor component and I need to have a FlexGridDetailProvider attached to it. I need to be able to group by a specific column and use an aggregate function on another column. Both the grouping and the aggregate function works completely fine and as expected until I add FlexGridBehaviors/FlexGridDetailProvider. With those added, collapsing the group will only collapse the first row of the group and the aggregate function similarly only adds the first row in the group. The rows are organized in the correct order though.
I am using version 2025v1/9.0.20251.1134
