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

DataGrid | FilterModes for handling ranges | i.e DataGridColumnFilterMethod.Between #5586

Open
David-Moreira opened this issue Jun 22, 2024 · 1 comment
Labels
Area: DataGrid Type: Feature Request ⛱ New feature or request Type: Feature ⚙ Request or idea for a new feature.

Comments

@David-Moreira
Copy link
Contributor

          We're working on introducing the missing contextual components, date and check.

However your other suggestion for :
"Additionally, I think a additional mode DataGridColumnFilterMethod.Between would be nice to specify the start and end date. This could also apply to DataGridNumericColumn"
requires planning as it involves:

  • Ranges having two filters values (that need to be propagated across the DataGrid and ReadData mode)
  • introducing a new DataGridFilterMethod that again involves handling more then 1 value at a time.

Originally posted by @David-Moreira in #5263 (comment)

@David-Moreira
Copy link
Contributor Author

David-Moreira commented Jun 22, 2024

  • Maybe could even be made more complex by allowing multiple filter values per column, don't know if that would be a separate feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: DataGrid Type: Feature Request ⛱ New feature or request Type: Feature ⚙ Request or idea for a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant