Columns.filterable
configurationIf set to true a filter menu will be displayed for this column when filtering is enabled. If set to false the filter menu will not be displayed. By default a filter menu is displayed
for all columns when filtering is enabled via the filterable option.
Can be set to a JavaScript object which represents the filter menu configuration.
columns.filterable
Boolean|ObjectDefault: true
columns.filterable.cell
ObjectSpecifies options for the filter header cell when filter mode is set to 'row'.
Can be set to a JavaScript object which represents the filter cell configuration.
columns.filterable.checkAll
BooleanControls whether to show or not the checkAll checkbox before the other checkboxes when using checkbox filtering.
Default: true
columns.filterable.dataSource
Object|Array|kendo.data.DataSourceThe dataSource configuration for the items that will be used when columns.filterable.multi is enabled.
columns.filterable.extra
BooleanIf set to true the filter menu of the column allows the user to input a second criterion.
Default: true
Toggles between case-insensitive (default) and case-sensitive searching.
Default: true
columns.filterable.itemTemplate
FunctionAllows customization on the logic that renders the checkboxes when using checkbox filtering.
columns.filterable.multi
BooleanUse this option to enable the MultiCheck filtering support for that column.
If you have enabled the columns.multi option and your Grid uses serverPaging (or ServerOperations(true) when using the MVC wrappers) you will need to provide columns.filterable.dataSource. Otherwise, a negative impact on the performance could be observed.
Default: false
The property is identical to filterable.operators, but is used for a specific column.
columns.filterable.search
BooleanControls whether to show a search box when checkbox filtering is enabled.
Default: false
columns.filterable.ui
String|FunctionThe role data attribute of the widget used in the filter menu or a JavaScript function which initializes that widget.
This feature is not supported for columns which have their values option set.
If filterable.mode is set to 'row', columns.filterable.cell.template should be used to customize the input.
An html input element that will be rendered in the filter menu.