MudDataGrid: Align select column and row select behavior#10475
MudDataGrid: Align select column and row select behavior#10475ScarletKuro merged 3 commits intoMudBlazor:devfrom
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #10475 +/- ##
=======================================
Coverage 91.52% 91.52%
=======================================
Files 426 426
Lines 13277 13277
Branches 2549 2549
=======================================
Hits 12152 12152
Misses 552 552
Partials 573 573 ☔ View full report in Codecov by Sentry. |
|
|
@ScarletKuro Will there be an interim nuget release or something like that? I'm still stuck on preview4 because of the MudDataGrid virtualization bug in preview5 |
Maybe when #10467 will be merged I will make a release, as it's critical fix |
Still hoping Santa will gift us an interim nuget 😃 |
Problem is that the nuget is expired and we need the owner to change it. |



Description
Currently, users can select multiple rows using the
SelectColumncheckboxes, regardless of ifMultiSelectionis enabled or not.MultiSelection.Resolves #10472
Impact
Users would need to set
MultiSelectiontotruein order to achieve the previous (erroneous?) behavior of selecting multiple rows via the checkboxes. It is possible that this bug may have been utilized as a feature.How Has This Been Tested?
Visually & unit test
Type of Changes
Checklist
dev).