BooleanFilterMenuComponent
Component
Represents a filtering menu component for boolean columns. See example.
Definition
Package:@progress/kendo-angular-grid
Selector:kendo-grid-boolean-filter-menu
Syntax:
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>
Inputs
Sets the column for this filter.
The current menu filter.
Represents the FilterService instance that handles changes in the filter descriptor.
Fields
currentFilter
FilterDescriptor
Gets the current filter for the column field.
currentOperator
string
Gets the current filter operator for the column field.