<kendo:grid-filterable-operators-date>

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

Example

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

Configuration Attributes

eq java.lang.String

The text of the "equal" filter operator.

Example

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

gt java.lang.String

The text of the "greater than" filter operator.

Example

<kendo:grid-filterable-operators-date gt="gt">
</kendo:grid-filterable-operators-date>

gte java.lang.String

The text of the "greater than or equal" filter operator.

Example

<kendo:grid-filterable-operators-date gte="gte">
</kendo:grid-filterable-operators-date>

isnotnull java.lang.String

The text of the "isnotnull" filter operator.

Example

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

isnull java.lang.String

The text of the "isnull" filter operator.

Example

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

lt java.lang.String

The text of the "less than" filter operator.

Example

<kendo:grid-filterable-operators-date lt="lt">
</kendo:grid-filterable-operators-date>

lte java.lang.String

The text of the "less than or equal" filter operator.

Example

<kendo:grid-filterable-operators-date lte="lte">
</kendo:grid-filterable-operators-date>

neq java.lang.String

The text of the "not equal" filter operator.

Example

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