-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
BugC: GridFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: HighjQuery
Description
Bug report
The filtering in the Grid component is generating a wrong expression.
Reproduction of the problem
- Open this Dojo example https://dojo.telerik.com/ebIpUrir
- Click on the Filter Column icon for the
ShipCityand addstartsWith:Ouluexpression. - Click on the Filter Row icon for the
ShipNameand addEmptyexpression. - Open the Browser console's Network tab and inspect the request
- 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]
Metadata
Metadata
Assignees
Labels
BugC: GridFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: HighjQuery