How do I collapse Blazor Grid groupings by default and/or programmatically?
I wonder why the demo page works correctly? It also freezes the active group on top of the grid when scrolling down. This is the functionality that I need.
Thank you.
Hello,
Now i see what you are saying , issue is specific with the split Header display mode. I have created a private support case CAS-209993-B3Q7Q3 and going to log a development issue for this behavior and link it with the support case.
You can access this private case from your Infragistics account support activity page.
This way you will be notified automatically when the dev issue is updated or resolves.
Let me know if you have any questions regarding this matter.
Thanks for the sample. I ran your example and If I choose the Split header display mode and expand Canada, you will see the Group disappears and I can't get to it anymore. After this all the Group are not functioning correctly anymore...expand USA, then collapse it...expand other Countries.
Also, setting the IsGroupExpandedDefault="true" produces the same issue as above. However, removing this attribute altogether renders the groupings and expansion/collapse correctly, with the downside of having all groups expanded.
Interestingly, the demo page does not suffer the same problem:
https://infragistics.com/blazorsite/components/data-grid-row-grouping.html
Here I attached my sample. I have multiple group and when I expand the groups grid dosent hide the upper group.
if this sample project is not an accurate demonstration of what you're trying to do, please feel free to modify it and send it back, or send a small sample project of your own for further investigation.
Please let me know if I can provide any further assistance.
row-grouping.zip
The IsGroupExpandedDefault = false collapsed the groupings by default as expected. But, I think there is a bug in the grid, I have 4 group levels and now expanding the groups causes the grid to hide the upper groups.