Skip to content

Commit

Permalink
Update TableViewColumnHeader.OptionsFlyoutViewModel.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
w-ahmad authored May 19, 2024
1 parent 6394b50 commit 3ab8a94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ private void InitializeCommands()
{
ColumnHeader.HideFlyout();

if (ColumnHeader!._selectAllCheckBox!.IsChecked is true)
if (ColumnHeader!._selectAllCheckBox!.IsChecked is true && string.IsNullOrEmpty(FilterText))
{
ColumnHeader.ClearFilter();
}
Expand Down

0 comments on commit 3ab8a94

Please sign in to comment.