kendo grid filter operators javascript

Solutions on MaxInterview for kendo grid filter operators javascript by the best coders in the world

showing results for - "kendo grid filter operators javascript"
Alejandro
06 Jul 2018
1"eq" (equal to)
2"neq" (not equal to)
3"isnull" (is equal to null)
4"isnotnull" (is not equal to null)
5"lt" (less than)
6"lte" (less than or equal to)
7"gt" (greater than)
8"gte" (greater than or equal to)
9"startswith"
10"doesnotstartwith"
11"endswith"
12"doesnotendwith"
13"contains"
14"doesnotcontain"
15"isempty"
16"isnotempty"