New to Kendo UI for Angular? Start a free 30-day trial

StringFilterCellComponent

Represents a string filter-cell component (see example).

<kendo-grid-column field="ProductName" title="Product Name">
  <ng-template kendoGridFilterCellTemplate let-filter let-column="column">
    <kendo-grid-string-filter-cell
      [column]="column"
      [filter]="filter">
    </kendo-grid-string-filter-cell>
 </ng-template>
</kendo-grid-column>

Selector

kendo-grid-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.

operator

string

'contains'

The default filter operator.

showOperators

boolean

true

Determines if the drop-down filter operators will be displayed.

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

Not finding the help you need?