New to Kendo UI for Angular? Start a free 30-day trial
BooleanFilterCellComponent
Updated on Oct 31, 2025
Represents a filter-cell component for boolean columns. See the article about the built-in filter components.
html
<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
Fields
| Name | Type | Default | Description | 
|---|---|---|---|
| currentFilter | 
 | Gets the current filter for the column field. | |
| currentOperator | 
 | Gets the current filter operator for the column field. |