<kendo:treeList-filterable-operators-string>
The texts of the filter operators that are displayed for columns whcih are bound to string fields.In the following example, only the Contains... and Starts with... operators will be displayed in the DropDownList.
Example
<kendo:treeList-filterable-operators>
<kendo:treeList-filterable-operators-string></kendo:treeList-filterable-operators-string>
</kendo:treeList-filterable-operators>
Configuration Attributes
contains java.lang.String
The text of the contains filter operator.
Example
<kendo:treeList-filterable-operators-string contains="contains">
</kendo:treeList-filterable-operators-string>
doesnotcontain java.lang.String
The text of the doesnotcontain filter operator.
Example
<kendo:treeList-filterable-operators-string doesnotcontain="doesnotcontain">
</kendo:treeList-filterable-operators-string>
endswith java.lang.String
The text of the endswith filter operator.
Example
<kendo:treeList-filterable-operators-string endswith="endswith">
</kendo:treeList-filterable-operators-string>
eq java.lang.String
The text of the eq (equal to) filter operator.
Example
<kendo:treeList-filterable-operators-string eq="eq">
</kendo:treeList-filterable-operators-string>
isempty java.lang.String
The text of the isempty filter operator.
Example
<kendo:treeList-filterable-operators-string isempty="isempty">
</kendo:treeList-filterable-operators-string>
isnotempty java.lang.String
The text of the isnotempty filter operator.
Example
<kendo:treeList-filterable-operators-string isnotempty="isnotempty">
</kendo:treeList-filterable-operators-string>
isnotnull java.lang.String
The text of the isnotnull filter operator.
Example
<kendo:treeList-filterable-operators-string isnotnull="isnotnull">
</kendo:treeList-filterable-operators-string>
isnull java.lang.String
The text of the isnull filter operator.
Example
<kendo:treeList-filterable-operators-string isnull="isnull">
</kendo:treeList-filterable-operators-string>
neq java.lang.String
The text of the ne (not equal to) filter operator.
Example
<kendo:treeList-filterable-operators-string neq="neq">
</kendo:treeList-filterable-operators-string>
startswith java.lang.String
The text of the startswith filter operator.
Example
<kendo:treeList-filterable-operators-string startswith="startswith">
</kendo:treeList-filterable-operators-string>