Skip to content

Defer filtering in DataGrid #6208

@AV-DPG

Description

@AV-DPG

We have a few DataGrids in our application with a lot of columns. Users usually use a combination of filters in different column. Now each time they change a filter, the data starts loading, even though they are not done setting all their filters yet.

It would be nice if they could get an "Apply filter" button, that only executes the ReadData method when clicked. For that to happen I think ideally there would be a FilterMode option added to the DataGrid options. Now we have DataGridFilterMode.Default and DataGridFilterMode.Menu. Maybe you could add DataGridFilterMode.Manual and DataGridFilterMode.MenuManual

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: Feature ⚙Request or idea for a new feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions