kendo.ui.Filter
Represents the Kendo UI Filter widget. Inherits from Widget.
Configuration
- applyButton
- dataSource
- expression
- expressionPreview
- fields
- fields.defaultValue
- fields.editorTemplate
- fields.previewFormat
- fields.label
- fields.name
- fields.operators
- fields.type
- mainLogic
- messages
- messages.addExpression
- messages.addGroup
- messages.and
- messages.apply
- messages.close
- messages.fields
- messages.filterExpressionLabel
- messages.filterLogicLabel
- messages.mainFilterLogicLabel
- messages.operators
- messages.or
- operators
- 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