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

StringFilterMenuComponent

Represents a string-filter menu component. Use this component to filter string values in the Grid. See example.

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

Sets the column for this filter.

extra

boolean

true

Determines if the inputs for the second criteria are displayed.

extraPlaceholder

any

Sets the placeholder text for the second filter input. Applies when extra is set to true.

filter

CompositeFilterDescriptor

The current menu filter.

filterService

FilterService

Sets to FilterService instance that handles changes in the filter descriptor.

operator

string

'contains'

Sets the default filter operator.

placeholder

any

The placeholder text for the filter input.

Fields

NameTypeDefaultDescription

currentFilter

FilterDescriptor

Gets the current filter for the column field.

currentOperator

string

Gets the current filter operator for the column field.

Methods

logicChange

Parameters

value

"or" | "and"

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