-
-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Description
It will be good to improve current behavior of header template creation.
In case of switching tabs in DataGridExtensionsSample always calls OnApplyTemplate when a custom filter column was assign, e.g.
dgx:DataGridFilterColumn.Template="{StaticResource MultipleChoiceFilter}"
In case a few rows in DataGrid it will not notice, but in a scenario of more then 1000 rows and a defined filter criteria OnApplyTemplate will be called for each custom filter column and this triggers CreatePredicate finally.
This delays switching tabs unusually long, even though no filter criteria was changed.
Metadata
Metadata
Assignees
Labels
No labels
