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

StringFilterMenuComponent

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

<kendo-grid-column field="ProductName">
  <ng-template kendoGridFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
    <kendo-grid-string-filter-menu
      [column]="column"
      [filter]="filter"
      [filterService]="filterService">
    </kendo-grid-string-filter-menu>
  </ng-template>
</kendo-grid-column>

Selector

kendo-grid-string-filter-menu

Inputs

NameTypeDefaultDescription

column

ColumnComponent

The column with which the filter is associated.

extra

boolean

true

Determines if the inputs of second criteria will displayed.

filter

CompositeFilterDescriptor

The current menu filter.

filterService

FilterService

The FilterService instance which is responsible for handling the changes in the filter descriptor.

operator

string

'contains'

The default filter operator.

Fields

NameTypeDefaultDescription

currentFilter

FilterDescriptor

The current filter for the associated column field.

currentOperator

string

The current filter operator for the associated column field.

Methods

logicChange

Parameters

value

"and" | "or"

In this article

Not finding the help you need?