<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.

Example

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

Configuration Attributes

eq java.lang.String

The text of the eq (equal to) filter operator.

Example

<kendo:treeList-filterable-operators-number eq="eq">
</kendo:treeList-filterable-operators-number>

gt java.lang.String

The text of the gt (greater than) filter operator.

Example

<kendo:treeList-filterable-operators-number gt="gt">
</kendo:treeList-filterable-operators-number>

gte java.lang.String

The text of the gte (greater than or equal to) filter operator.

Example

<kendo:treeList-filterable-operators-number gte="gte">
</kendo:treeList-filterable-operators-number>

isnotnull java.lang.String

The text of the isnotnull filter operator.

Example

<kendo:treeList-filterable-operators-number isnotnull="isnotnull">
</kendo:treeList-filterable-operators-number>

isnull java.lang.String

The text of the isnull filter operator.

Example

<kendo:treeList-filterable-operators-number isnull="isnull">
</kendo:treeList-filterable-operators-number>

lt java.lang.String

The text of the lt (less than) filter operator.

Example

<kendo:treeList-filterable-operators-number lt="lt">
</kendo:treeList-filterable-operators-number>

lte java.lang.String

The text of the lte (less than or equal to) filter operator.

Example

<kendo:treeList-filterable-operators-number lte="lte">
</kendo:treeList-filterable-operators-number>

neq java.lang.String

The text of the ne (not equal to) filter operator.

Example

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