<kendo:grid-filterable-operators-enums>

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

Example

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

Configuration Attributes

eq java.lang.String

The text of the "equal" filter operator.

Example

<kendo:grid-filterable-operators-enums eq="eq">
</kendo:grid-filterable-operators-enums>

isnotnull java.lang.String

The text of the "isnotnull" filter operator.

Example

<kendo:grid-filterable-operators-enums isnotnull="isnotnull">
</kendo:grid-filterable-operators-enums>

isnull java.lang.String

The text of the "isnull" filter operator.

Example

<kendo:grid-filterable-operators-enums isnull="isnull">
</kendo:grid-filterable-operators-enums>

neq java.lang.String

The text of the "not equal" filter operator.

Example

<kendo:grid-filterable-operators-enums neq="neq">
</kendo:grid-filterable-operators-enums>
In this article
Not finding the help you need?