New to Kendo UI for Angular? Start a free 30-day trial
StringFilterCellComponent
Represents a string-filter cell component. Use this component to filter string values in the TreeList. See the article about the built-in filter components.
html
<kendo-treelist-column field="ProductName">
  <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
    <kendo-treelist-string-filter-cell
      [column]="column"
      [filter]="filter">
    </kendo-treelist-string-filter-cell>
  </ng-template>
</kendo-treelist-column>Selector
kendo-treelist-string-filter-cell
Inputs
| Name | Type | Default | Description | 
|---|---|---|---|
| column | 
 | The column with which the filter is associated. | |
| filter | 
 | The current root filter. | |
| filterDelay | 
 | 
 | Sets the delay time (in milliseconds) before the filter value is submitted.
A value of  | 
| operator | 
 | 
 | The default filter operator. | 
| placeholder | 
 | The placeholder text for the filter input. | |
| showOperators | 
 | 
 | Shows or hides the drop-down filter operators. | 
Fields
| Name | Type | Default | Description | 
|---|---|---|---|
| currentFilter | 
 | The current filter for the associated column field. | |
| currentOperator | 
 | The current filter operator for the associated column field. |