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

Represents a filtering menu component for boolean columns. See example.

Definition

Package:@progress/kendo-angular-grid

Selector:kendo-grid-boolean-filter-menu

Syntax:

html
<kendo-grid-column field="Discontinued" title="Discontinued">
  <ng-template kendoGridFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
    <kendo-grid-boolean-filter-menu
      [column]="column"
      [filter]="filter"
      [filterService]="filterService">
    </kendo-grid-boolean-filter-menu>
  </ng-template>
</kendo-grid-column>

Inputs

Sets the column for this filter.

filter

CompositeFilterDescriptor

The current menu filter.

Represents the FilterService instance that handles changes in the filter descriptor.

Fields

currentFilter

FilterDescriptor

Gets the current filter for the column field.

Gets the current filter operator for the column field.