<kendo:treeList-search>
Configures the Kendo UI TreeList search bar settings.
Example
<kendo:treeList>
<kendo:treeList-search></kendo:treeList-search>
</kendo:treeList>
Configuration Attributes
fields java.lang.Object
Defines a list of fields which will be included in the search. If values for the property are not defined the treelist will search in all column fields.
Example
<kendo:treeList-search fields="fields">
</kendo:treeList-search>