Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Filter using a Picker #205

Open
symbiogenesis opened this issue Oct 7, 2024 · 0 comments
Open

[Feature Request] Filter using a Picker #205

symbiogenesis opened this issue Oct 7, 2024 · 0 comments

Comments

@symbiogenesis
Copy link
Collaborator

symbiogenesis commented Oct 7, 2024

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 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant