Operators
configurationThe text of the filter operators displayed in the filter menu.
If
operatorsare defined manually, then the default messages will be overridden too. If you would like to control theoperatorsand still use the default messages,
then you will need to retrieve them from the FilterCell prototype - kendo.ui.FilterCell.fn.options.operators.{type}, where type can be "string", "date", "number" and "enums".
operators
Objectoperators.date
ObjectThe texts of the filter operators displayed for columns bound to date fields.
Omitting an operator will exclude it from the DropDownList with the available operators.
operators.enums
ObjectThe texts of the filter operators displayed for columns which have their values option set.
Omitting an operator will exclude it from the DropDownList with the available operators.
operators.number
ObjectThe texts of the filter operators displayed for columns bound to number fields.
Omitting an operator will exclude it from the DropDownList with the available operators.
operators.string
ObjectThe texts of the filter operators displayed for columns bound to string fields.
Omitting an operator will exclude it from the DropDownList with the available operators.