operators Object
The text of the filter operators displayed in the filter.
If
operators
are defined manually, then the default messages will be overridden too. If you would like to control theoperators
and still use the default messages, then you will need to retrieve them from theFilter
prototype -kendo.ui.Filter.fn.options.operators.{type}
, where type can be "string", "date", "number" and "enums".
Related Properties
- operators.string
- operators.string.custom
- operators.string.custom.text
- operators.string.custom.handler
- operators.string.eq
- operators.string.neq
- operators.string.isnull
- operators.string.isnotnull
- operators.string.isempty
- operators.string.isnotempty
- operators.string.startswith
- operators.string.contains
- operators.string.doesnotcontain
- operators.string.endswith
- operators.string.isnullorempty
- operators.string.isnotnullorempty
- operators.number
- operators.number.custom
- operators.number.custom.text
- operators.number.custom.handler
- operators.number.eq
- operators.number.neq
- operators.number.isnull
- operators.number.isnotnull
- operators.number.gte
- operators.number.gt
- operators.number.lte
- operators.number.lt
- operators.date
- operators.date.custom
- operators.date.custom.text
- operators.date.custom.handler
- operators.date.eq
- operators.date.neq
- operators.date.isnull
- operators.date.isnotnull
- operators.date.gte
- operators.date.gt
- operators.date.lte
- operators.date.lt
- operators.boolean
- operators.boolean.custom
- operators.boolean.custom.text
- operators.boolean.custom.handler
- operators.boolean.eq
- operators.boolean.neq