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

StringFilterCellComponent

Represents a string-filter cell component. 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

Determines the delay time (in milliseconds) before the filter value is submitted. A value of 0 indicates no delay. The default value is 500.

operator

string

'contains'

The default filter operator.

placeholder

string

The placeholder text for the filter input.

showOperators

boolean

true

Determines if the drop-down filter operators will be displayed. The default value is true.

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