Skip to content

[Feature Request] Filter using a Picker #205

@symbiogenesis

Description

@symbiogenesis

There should be a way to optionally filter via a Picker on a per-column basis.

This means DataGridColumn should expose an ItemDisplayBinding property.

The selected value should be bound to a new internal FilterItem property of type System.Object, that triggers a SortFilterAndPaginate() call when the property is changed.

DataGridColumn.FilteringEnabled should maybe become an enum called FilteringMode with values [ None, Entry, Picker ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions