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

BooleanFilterCellComponent

Represents a Boolean filter-cell component. See example.

<kendo-grid-column field="Discontinued">
  <ng-template kendoGridFilterCellTemplate let-filter let-column="column">
    <kendo-grid-boolean-filter-cell
      [column]="column"
      [filter]="filter">
    </kendo-grid-boolean-filter-cell>
  </ng-template>
</kendo-grid-column>

Selector

kendo-grid-boolean-filter-cell

Inputs

NameTypeDefaultDescription

column

ColumnComponent

The column with which the filter is associated.

filter

CompositeFilterDescriptor

The current root filter.

Fields

NameTypeDefaultDescription

currentFilter

FilterDescriptor

The current filter for the associated column field.

currentOperator

string

The current filter operator for the associated column field.

In this article

Not finding the help you need?