Skip to content

OnApplyTemplate when switching tabs #73

@sparedevone

Description

@sparedevone

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.

2021-11-01_19-05-28

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions