<kendo:grid-filterable-operators>

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

Example

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

Configuration Attributes

Configuration JSP Tags

kendo:grid-filterable-operators-date

The texts of the filter operators displayed for columns bound to date fields.

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

Example

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

kendo:grid-filterable-operators-enums

The texts of the filter operators displayed for columns which have their values option set.

More documentation is available at kendo:grid-filterable-operators-enums.

Example

<kendo:grid-filterable-operators>
    <kendo:grid-filterable-operators-enums></kendo:grid-filterable-operators-enums>
</kendo:grid-filterable-operators>

kendo:grid-filterable-operators-number

The texts of the filter operators displayed for columns bound to number fields.

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

Example

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

kendo:grid-filterable-operators-string

The texts of the filter operators displayed for columns bound to string fields.

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

Example

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