MudBlazor DataGrid Grouping by MudSwitch
I’m trying to toggle the column that is grouped in my MudDataGrid by toggling the MudSwitch. By default it is grouped by Entity and a count of items is shown. I want to be able to toggle it to show the count by Agency. Changing the toggle doesn’t do anything. dataGrid.GroupItems() doesn’t do anything. The “hidden” columns I have set toggle appropriately, but that’s it.