New to Kendo UI for AngularStart a free 30-day trial

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.

Definition

Package:@progress/kendo-angular-treelist

Selector:kendo-treelist-string-filter-cell

Syntax:

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>

Inputs

The column with which the filter is associated.

The current root filter.

Sets the delay time (in milliseconds) before the filter value is submitted. A value of 0 means no delay.

Default:

500

operator

string

The default filter operator.

Default:

"contains"

The placeholder text for the filter input.

Shows or hides the drop-down filter operators.

Default:

true

Fields

currentFilter

FilterDescriptor

The current filter for the associated column field.

The current filter operator for the associated column field.