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

Improving Grid filtering mechanism #8041

Open
kendo-bot opened this issue Nov 13, 2024 · 0 comments
Open

Improving Grid filtering mechanism #8041

kendo-bot opened this issue Nov 13, 2024 · 0 comments
Labels
C: Grid Enhancement FP: Unplanned Sync status with associated Feedback Item jQuery

Comments

@kendo-bot
Copy link
Contributor

kendo-bot commented Nov 13, 2024

Currently, when using the default Grid search functionality and the column filter menus, we observe the following:

  • When a column filter is applied first, using the Search feature afterward overrides the column filters, applying the search filter with the "contains" operator to the specified columns.
  • Conversely, when a search is performed first and then followed by a column filter, the grid generally functions as expected.

However, there’s a specific scenario where this does not work properly:

  • If a search is performed and then a column filter is applied to a column where the search criteria are relevant, the Grid returns no data.

For example:

  • After searching for "2018," the expected columns displayed in the filters (notably, the ContractNumber is among them).

Image

  • When a column filter is subsequently applied to ContractNumber (e.g., setting it to "2018-CR0018"), the Grid removes the ContractNumber from the search filters and adds the column filter with an "AND" operator. This setup returns no data because of the search filters and the "AND" operator.

Image

Expected Behavior and Alternative

This functionality behaves correctly in the Telerik UI for Blazor Grid component - the search and column filters are managed as separate objects.

Is it possible to enhance the Grid filtering similar to the Blazor Grid?

@kendo-bot kendo-bot added the FP: Unplanned Sync status with associated Feedback Item label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Grid Enhancement FP: Unplanned Sync status with associated Feedback Item jQuery
Projects
None yet
Development

No branches or pull requests

2 participants