New to Kendo UI for Angular? Start a free 30-day trial
FilterCommandToolbarDirective
Represents the toolbar tool for filtering columns of the Grid.
Use this directive on any kendo-toolbar-button
inside a ToolbarComponent in the Grid.
When you click the toolbar button with this directive, the filter
event is triggered.
html
<kendo-grid>
<kendo-toolbar>
<kendo-toolbar-button text="Filter" kendoGridFilterTool></kendo-toolbar-button>
</kendo-toolbar>
</kendo-grid>
Selector
[kendoGridFilterTool]