BooleanFilterMenuComponent
Represents a Boolean-filter menu component.
<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
column
The column with which the filter is associated.
filter
The current menu filter.
filterService
The FilterService
instance which is responsible for handling the changes in the filter descriptor.
Fields
currentFilter
FilterDescriptor
The current filter for the associated column field.
currentOperator
string
The current filter operator for the associated column field.