Declined
Last Updated: 07 Jan 2015 18:24 by John
John
Created on: 07 Jan 2015 18:02
Category: Kendo UI for jQuery
Type: Feature Request
1
Change typo in document from "startswidth", or "startswidht" to: "startswith" ...#configuration-columns.filterable.cell.suggestionOperator
<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>
3 comments
John
Posted on: 07 Jan 2015 18:24
<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>
ADMIN
Telerik Admin
Posted on: 07 Jan 2015 18:18
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.
John
Posted on: 07 Jan 2015 18:06
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.