<pre> Change typos in document: http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#configuration-columns.filterable.cell.suggestionOperator from: "startswidth" "startswidht" to: "startswith" </pre>
<pre> l. 417 "kendo.filtercell.js" operators: { string: { eq: EQ, neq: NEQ, startswith: "Starts with", contains: "Contains", doesnotcontain: "Does not contain", endswith: "Ends with" }, number: { eq: EQ, neq: NEQ, gte: "Is greater than or equal to", gt: "Is greater than", lte: "Is less than or equal to", lt: "Is less than" }, date: { eq: EQ, neq: NEQ, gte: "Is after or equal to", gt: "Is after", lte: "Is before or equal to", lt: "Is before" }, enums: { eq: EQ, neq: NEQ } </pre>
Can you please report this typo via our support system or forums on telerik.com? Our feedback portal is dedicated to feature requests and enhancements only. Thank you for your understanding.
Maybe have a link to the list of all the operators. I found these: eq neq contains startswith endswith but I think there might be more and I don't know what the others are.