Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi,
Can you add the option to get and set Expanded and Collapased Groups in Grid?
I manage an high number of elements in a grouped grid and when an item changes I have to use grid.Refresh().
But, when I use grid.Refresh() all my manually collapsed groups return expanded and I lost the focus of the selected Item.
I guess an option to get and set expanded or collpased a list of groups can help people in my situation.