Replicating the problem:
Have a DataGrid with column filtering and cell editing enabled.
Edit a cell, but do not press Enter or commit the change in any way
Attempt to filter by typing into the column header textbox.
Actual behaviour:
An error is reported in a tooltip attached to a red exclamation mark in the column filter textbox, and filtering does not occur.
Expected behaviour:
Filtering should be allowed even while a cell is being actively edited.
Proposed solution PR: #1
Replicating the problem:
Have a DataGrid with column filtering and cell editing enabled.
Edit a cell, but do not press Enter or commit the change in any way
Attempt to filter by typing into the column header textbox.
Actual behaviour:
An error is reported in a tooltip attached to a red exclamation mark in the column filter textbox, and filtering does not occur.
Expected behaviour:
Filtering should be allowed even while a cell is being actively edited.
Proposed solution PR: #1