New to Kendo UI for AngularStart 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

NameTypeDefaultDescription

column

ColumnComponent

The column with which the filter is associated.

filter

CompositeFilterDescriptor

The current root filter.

filterDelay

number

500

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

operator

string

'contains'

The default filter operator.

placeholder

string

The placeholder text for the filter input.

showOperators

boolean

true

Shows or hides the drop-down filter operators.

Fields

NameTypeDefaultDescription

currentFilter

FilterDescriptor

The current filter for the associated column field.

currentOperator

string

The current filter operator for the associated column field.

In this article
SelectorInputsFields
Not finding the help you need?
Contact Support