<kendo:filterMenu-operators-string>

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

Example

<kendo:filterMenu-operators>
    <kendo:filterMenu-operators-string></kendo:filterMenu-operators-string>
</kendo:filterMenu-operators>

Configuration Attributes

contains java.lang.String

The text of the "contains" filter operator.

Example

<kendo:filterMenu-operators-string contains="contains">
</kendo:filterMenu-operators-string>

doesnotcontain java.lang.String

The text of the "does not contain" filter operator.

Example

<kendo:filterMenu-operators-string doesnotcontain="doesnotcontain">
</kendo:filterMenu-operators-string>

endswith java.lang.String

The text of the "ends with" filter operator.

Example

<kendo:filterMenu-operators-string endswith="endswith">
</kendo:filterMenu-operators-string>

eq java.lang.String

The text of the "equal" filter operator.

Example

<kendo:filterMenu-operators-string eq="eq">
</kendo:filterMenu-operators-string>

isempty java.lang.String

The text of the "isempty" filter operator.

Example

<kendo:filterMenu-operators-string isempty="isempty">
</kendo:filterMenu-operators-string>

isnotempty java.lang.String

The text of the "isnotempty" filter operator.

Example

<kendo:filterMenu-operators-string isnotempty="isnotempty">
</kendo:filterMenu-operators-string>

isnotnull java.lang.String

The text of the "isnotnull" filter operator.

Example

<kendo:filterMenu-operators-string isnotnull="isnotnull">
</kendo:filterMenu-operators-string>

isnotnullorempty java.lang.String

The text of the "isnotnullorempty" filter operator.

Example

<kendo:filterMenu-operators-string isnotnullorempty="isnotnullorempty">
</kendo:filterMenu-operators-string>

isnull java.lang.String

The text of the "isnull" filter operator.

Example

<kendo:filterMenu-operators-string isnull="isnull">
</kendo:filterMenu-operators-string>

isnullorempty java.lang.String

The text of the "isnullorempty" filter operator.

Example

<kendo:filterMenu-operators-string isnullorempty="isnullorempty">
</kendo:filterMenu-operators-string>

neq java.lang.String

The text of the "not equal" filter operator.

Example

<kendo:filterMenu-operators-string neq="neq">
</kendo:filterMenu-operators-string>

startswith java.lang.String

The text of the "starts with" filter operator.

Example

<kendo:filterMenu-operators-string startswith="startswith">
</kendo:filterMenu-operators-string>
In this article
Not finding the help you need?