Completed
Last Updated: 22 Jan 2020 08:21 by ADMIN
Burak
Created on: 25 Feb 2019 11:50
Category: Kendo UI for jQuery
Type: Feature Request
0
Allow filtering using "in" operator.
for example;
filter: { field: "fieldname", operator: "in", value: [value_1,value_2,...,value_n] }
2 comments
ADMIN
Maria Ivanova
Posted on: 22 Jan 2020 08:21

Hi Burak,

In addition to using the 'or' operator, starting R1 2020 you now have the option to define custom filter operators.

Hope this helps https://demos.telerik.com/kendo-ui/filter/operators.

Kind Regards,
Maria Veledinova
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
ADMIN
Joana
Posted on: 04 Mar 2019 06:22
Hello Burak,

Thank you for your suggestion.

Currently, you could achieve the feature request by adding the filters with logic: "or" :

https://docs.telerik.com/kendo-ui/api/javascript/data/datasource/configuration/filter#filterfilters

Regards,
Joana
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.