<kendo:treeList-filterable-operators>

The text of the filter operators that are displayed in the filter menu.

Example

<kendo:treeList-filterable>
    <kendo:treeList-filterable-operators></kendo:treeList-filterable-operators>
</kendo:treeList-filterable>

Configuration Attributes

Configuration JSP Tags

kendo:treeList-filterable-operators-date

The texts of the filter operators that are displayed for columns which are bound to date fields.In the following example, only the Is before... and Is after... operators will be displayed in the operators DropDownList.

More documentation is available at kendo:treeList-filterable-operators-date.

Example

<kendo:treeList-filterable-operators>
    <kendo:treeList-filterable-operators-date></kendo:treeList-filterable-operators-date>
</kendo:treeList-filterable-operators>

kendo:treeList-filterable-operators-number

The texts of the filter operators that are displayed for columns which are bound to number fields.In the following example, only the Equal to... and Not equal to... operators will be displayed in the operators DropDownList.

More documentation is available at kendo:treeList-filterable-operators-number.

Example

<kendo:treeList-filterable-operators>
    <kendo:treeList-filterable-operators-number></kendo:treeList-filterable-operators-number>
</kendo:treeList-filterable-operators>

kendo:treeList-filterable-operators-string

The texts of the filter operators that are displayed for columns whcih are bound to string fields.In the following example, only the Contains... and Starts with... operators will be displayed in the DropDownList.

More documentation is available at kendo:treeList-filterable-operators-string.

Example

<kendo:treeList-filterable-operators>
    <kendo:treeList-filterable-operators-string></kendo:treeList-filterable-operators-string>
</kendo:treeList-filterable-operators>
In this article
Not finding the help you need?