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

Represents a filter cell component for filtering of string columns. See the article about the built-in filter components.

Definition

Package:@progress/kendo-angular-grid

Selector:kendo-grid-string-filter-cell

Syntax:

html
<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>

Inputs

Sets the column for this filter.

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

Sets the default filter operator.

Default:

"contains"

The placeholder text for the filter input.

Determines if the drop-down filter operators are displayed.

Default:

true

Fields

currentFilter

FilterDescriptor

Gets the current filter for the column field.

Gets the current filter operator for the column field.