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

LoadDataArgs.Filter and LoadDataArgs.Filters represent different filters after remove filtered column by column picker. #1286

Open
anc-dev-lk opened this issue Dec 14, 2023 · 0 comments

Comments

@anc-dev-lk
Copy link

Describe the bug
Consider a grid loading data with LoadData event. Once we remove a filtered column with column picker we have to reload the dataset. When we call grid.Reload() we are getting LoadDataArgs with Filter - with hidden column filter and Filters - without hidden column filter.

To Reproduce
Steps to reproduce the behavior:

  1. Consider a datagrid loading data with LoadData event.
  2. Add a filter to column 'someColumn'.
  3. remove 'someColumn' by column picker.
  4. Call grid.Reload() with PickedColumnsChanged event.
  5. LoadDataArgs.Filter property and LoadDataArgs.Filters property represent different filters.

Expected behavior
LoadDataArgs.Filter and LoadDataArgs.Filtersshould represent same filter set.

@anc-dev-lk anc-dev-lk changed the title LoadDataArgs contains deferent filter and filters after remove filtered column by column picker. LoadDataArgs.Filter and LoadDataArgs.Filters represent different filters after remove filtered column by column picker. Dec 14, 2023
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