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 : Workaround for DatePicker being set to null no matter what when filter is set through Parameter FilterSearchValue #5838

Merged
merged 3 commits into from
Nov 13, 2024

Conversation

David-Moreira
Copy link
Contributor

Apparently the bug was introduced with my code. The introduction of the parameter FilterSearchValue on _DataGridCellFilter. Such a seemingly simple change that produces a very weird behaviour where DatePicker keeps reseting the value back to null.

Only way I could figure out how to fix it, was to just go back to a similar version to the old one, and add the code that I needed the Filter.Between to work.... Not pretty, but it works...

…r is set through Parameter FilterSearchValue
@David-Moreira David-Moreira linked an issue Nov 12, 2024 that may be closed by this pull request
@stsrki stsrki merged commit 883ae13 into master Nov 13, 2024
2 checks passed
@stsrki stsrki deleted the 5825-datagrid-selecting-date-in-filter-does-nothing branch November 13, 2024 09:06
@github-actions github-actions bot locked and limited conversation to collaborators Nov 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DataGrid: selecting date in filter does nothing
2 participants