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

Grid Filtering operators grouping bug #7823

Open
iordanGrancharov opened this issue May 10, 2024 · 0 comments
Open

Grid Filtering operators grouping bug #7823

iordanGrancharov opened this issue May 10, 2024 · 0 comments
Labels
Bug C: Grid FP: Unplanned Sync status with associated Feedback Item jQuery

Comments

@iordanGrancharov
Copy link

Bug report

The filtering in the Grid component is generating a wrong expression.

Reproduction of the problem

  1. Open this Dojo example https://dojo.telerik.com/ebIpUrir
  2. Click on the Filter Column icon for the ShipCity and add startsWith: Oulu expression.
  3. Click on the Filter Row icon for the ShipName and add Empty expression.
  4. Open the Browser console's Network tab and inspect the request
  5. See the invalid expression

Current behavior

Expression looks like this ( ShipName eq null or ShipName eq '' and startswith(ShipCity, 'Oulu' ))

Expected/desired behavior

Expression should look like this ((ShipName eq null or ShipName eq '') and startswith(ShipCity, 'Oulu'))

Environment

  • Kendo UI version: 2024.1.319
  • Browser: [all]
@iordanGrancharov iordanGrancharov added Bug C: Grid jQuery FP: Unplanned Sync status with associated Feedback Item labels May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug C: Grid FP: Unplanned Sync status with associated Feedback Item jQuery
Projects
None yet
Development

No branches or pull requests

1 participant