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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

2
Votes

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.

Actually there is only the option to expand or collapse all the groups, not a customizable list.

I guess an option to get and set expanded or collpased a list of groups can help people in my situation.