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

BooleanFilterMenuComponent

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

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>

Selector

kendo-grid-boolean-filter-menu

Inputs

NameTypeDefaultDescription

column

ColumnComponent

Sets the column for this filter.

filter

CompositeFilterDescriptor

The current menu filter.

filterService

FilterService

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

Fields

NameTypeDefaultDescription

currentFilter

FilterDescriptor

Gets the current filter for the column field.

currentOperator

string

Gets the current filter operator for the column field.

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