You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a report and want to make use of the grouping feature of the DataGrid to split out different sections in the report. When the user navigates to the page I want all the sections expanded by default and allow them to collapse the groups they aren't interested in.
Describe the solution you'd like
I think a parameter on the DataGrid for "GroupCollapse" (or something like that) that could be set to Collapse or Expand to configure the default state.
The text was updated successfully, but these errors were encountered:
Hello @DaveAPerry
While a flag might be helpful we do have a programatic way of triggering the expand/collapse operations.
Have you tried the ExpandAllGroups? When called at the appropriate time it should do as you ask.
@David-Moreira Yes, I have tried using Expand all groups, and it does work if I can get it to run at the proper time - I can get it to run on the initial render well enough - I need to put some more time in to get it to work properly when the component is rerendered (ie. Switching between blazorise tabs).
It's more of a nice to have idea than a need to have idea.
I'm working on a report and want to make use of the grouping feature of the DataGrid to split out different sections in the report. When the user navigates to the page I want all the sections expanded by default and allow them to collapse the groups they aren't interested in.
Describe the solution you'd like
I think a parameter on the DataGrid for "GroupCollapse" (or something like that) that could be set to Collapse or Expand to configure the default state.
The text was updated successfully, but these errors were encountered: