New to Kendo UI for Angular? Start a free 30-day trial
ContainsFilterOperatorComponent
Represents the Contains (Contains) filter operator for the TreeList.
Use this operator to filter values that contain a specific substring.
See example.
For more information and examples, refer to the article on setting default filter operators.
html
<kendo-treelist-column field="name" title="Name">
<ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
<kendo-treelist-string-filter-cell
[column]="column"
[filter]="filter">
<kendo-treelist-filter-contains-operator></kendo-treelist-filter-contains-operator>
</kendo-treelist-string-filter-cell>
</ng-template>
</kendo-treelist-column>Selector
kendo-treelist-filter-contains-operator
Fields
| Name | Type | Default | Description |
|---|---|---|---|
text |
|
The text displayed in the drop-down list for the filter operator. |