We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec54f1 commit d9bc1fbCopy full SHA for d9bc1fb
src/Core/Components/DataGrid/Columns/SelectColumn.cs
@@ -540,7 +540,6 @@ private void RefreshHeaderContent()
540
/// <summary />
541
private bool? GetSelectAll()
542
{
543
- // Using SelectedItems only
544
if (InternalGridContext != null && (Grid.Items != null || Grid.ItemsProvider != null))
545
546
if (_selectedItems.Count == 0 && !InternalGridContext.Items.Any(Property))
0 commit comments