Ratan Servegar
Ratan Servegar

Reputation: 415

Kendo UI Grid Disable Or condition in column filter

I have a Kendo UI grid with column filtering enabled, however i want to have only "AND" in the condition for the filter and display/remove the "OR" condition. Is there any way to do this? I've tried looking around for a solution and so far no luck.

Here is a screen shot of the filter

enter image description hereenter image description here

Upvotes: 1

Views: 1129

Answers (1)

Cara
Cara

Reputation: 644

You can manipulate your DropDownList using the filterMenuInit event. Then remove the or data.

Check this Dojo

Upvotes: 1

Related Questions