-
-
Notifications
You must be signed in to change notification settings - Fork 109
Closed
Description
DataGrid loops between empty/full when I apply a filter that match no row.
To trigger the bug some options are set:
- can user add row = false
- column virtualization = true
It seems that the column filtered has to be not visible unless you scroll horizontally (last right column)
Sample project :
BugDataGrid.zip
(If you put column virtualization = false, then the bug disappear, but the column filtered is on the far right and the scrollbar is not visible anymore => you can't remove the filter)
Metadata
Metadata
Assignees
Labels
No labels

