I have a Kendo UI grid that is rendered with javaScript. I want the string columns to have a single option (\"Contains\") and without the second filter. So far so good, I wr
filterable: { operators: { number: { gte: "greater than or equal to" } } }