Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi! I came across an issue with Excel-style filter in the grid along with OData adaptors.
There's a generated "Blank" value in the checklist in the Excel-like filter (when the data contains null/undefined). When the user uses the checkbox to select it, the generated url includes a query for undefined - "$filter=((field eq null) or (field eq undefined))" - which is invalid in OData.
The sample below uses ODataAdaptor because it was convenient to use that service, but it also happens in ODataV4Adaptor. The val=undefined predicate comes from the Excel filter.