ColumnMenuFilterComponent
Component
Represents the column-menu item for editing column filters in the Grid. See example.
Place this component inside a ColumnMenuTemplate directive.
To register the component as a known column menu item, set the ColumnMenuService that the template passes to the service input of the kendo-grid-columnmenu-filter component. See example.
Definition
Package:@progress/kendo-angular-grid
Selector:kendo-grid-columnmenu-filter
Syntax:
html
<kendo-grid [columnMenu]="true" ...>
<ng-template kendoGridColumnMenuTemplate let-service="service">
<kendo-grid-columnmenu-filter [service]="service">
</kendo-grid-columnmenu-filter>
</ng-template>
</kendo-grid>Inputs
expanded
boolean
Specifies if the content is expanded.
Default:
false
Represents the ColumnMenuService class.
This input is required.
Fields
filterIcon
SVGIcon
Defines the SVG icon for the filter.
Default:
filterIcon
Events
collapse
EventEmitter<any>
Emits when the content collapses.
expand
EventEmitter<any>
Emits when the content expands.