BooleanFilterCellComponent
Represents a Boolean filter-cell component.
<kendo-grid-column field="ProductName" title="Product Name">
<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
column
The column with which the filter is associated.
filter
The current root filter.
Fields
currentFilter
FilterDescriptor
The current filter for the associated column field.
currentOperator
string
The current filter operator for the associated column field.