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

Represents the Kendo UI string-filter menu component for the TreeList. Use this component to filter string values using a filter menu popup. See example.

Definition

Package:@progress/kendo-angular-treelist

Selector:kendo-treelist-string-filter-menu

Syntax:

html
<kendo-treelist-column field="name">
  <ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
    <kendo-treelist-string-filter-menu
      [column]="column"
      [filter]="filter"
      [filterService]="filterService">
    </kendo-treelist-string-filter-menu>
  </ng-template>
</kendo-treelist-column>

Inputs

The column with which the filter is associated.

extra

boolean

Determines if the inputs for a second criteria are displayed.

Default:

true

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

The current menu filter.

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

operator

string

The default filter operator.

Default:

"contains"

The placeholder text for the filter input.

Fields

currentFilter

FilterDescriptor

The current filter for the associated column field.

The current filter operator for the associated column field.

Methods

Parameters:value"and" | "or"