MudDataGrid: Allow grouping by null values#10213
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #10213 +/- ##
==========================================
+ Coverage 91.21% 91.23% +0.02%
==========================================
Files 411 412 +1
Lines 12506 12536 +30
Branches 2439 2446 +7
==========================================
+ Hits 11407 11437 +30
Misses 555 555
Partials 544 544 ☔ View full report in Codecov by Sentry. |
|
@henon, if you approve the There is no easier way, as dictionaries don’t support null keys. I do think the way the dictionary are used in these two cases is a code smell, but having this wrapper is the easiest solution compared to introducing our own nullable dictionary or using something other than a dictionary and ending up having to rewrite everything. This |
|
Ok, this is a good solution. Just the name is not good. Currently it suggests a |
|
This feature (bug fix) is ready. I think it turned out to be a very decent change.
|
|



Description
Fixes: #9259
Also fixes what I mentioned here: #9937 (comment)
How Has This Been Tested?
Visually on datagrid + bUnit and NUnit tests.
Type of Changes
Checklist
dev).