<kendo:treeList-filterable-operators-date>
The texts of the filter operators that are displayed for columns which are bound to date fields.In the following example, only the Is before... and Is after... operators will be displayed in the operators DropDownList.
Example
<kendo:treeList-filterable-operators>
<kendo:treeList-filterable-operators-date></kendo:treeList-filterable-operators-date>
</kendo:treeList-filterable-operators>
Configuration Attributes
eq java.lang.String
The text of the eq (equal to) filter operator.
Example
<kendo:treeList-filterable-operators-date eq="eq">
</kendo:treeList-filterable-operators-date>
gt java.lang.String
The text of the gt (greater than) filter operator.
Example
<kendo:treeList-filterable-operators-date gt="gt">
</kendo:treeList-filterable-operators-date>
gte java.lang.String
The text of the gte (greater than or equal to) filter operator.
Example
<kendo:treeList-filterable-operators-date gte="gte">
</kendo:treeList-filterable-operators-date>
isnotnull java.lang.String
The text of the isnotnull filter operator.
Example
<kendo:treeList-filterable-operators-date isnotnull="isnotnull">
</kendo:treeList-filterable-operators-date>
isnull java.lang.String
The text of the isnull filter operator.
Example
<kendo:treeList-filterable-operators-date isnull="isnull">
</kendo:treeList-filterable-operators-date>
lt java.lang.String
The text of the lt (less than) filter operator.
Example
<kendo:treeList-filterable-operators-date lt="lt">
</kendo:treeList-filterable-operators-date>
lte java.lang.String
The text of the "lte" (less than or equal to) filter operator.
Example
<kendo:treeList-filterable-operators-date lte="lte">
</kendo:treeList-filterable-operators-date>
neq java.lang.String
The text of the ne (not equal to) filter operator.
Example
<kendo:treeList-filterable-operators-date neq="neq">
</kendo:treeList-filterable-operators-date>