New to Kendo UI for AngularStart a free 30-day trial

Represents the filter-menu template for the TreeList filter menu.

Use this directive to provide a custom template for the filter menu in a TreeList column (see example).

Definition

Package:@progress/kendo-angular-treelist

Selector:[kendoTreeListFilterMenuTemplate]

Syntax:

html
<kendo-treelist-column field="title" title="Title" [width]="180">
 <ng-template kendoTreeListFilterMenuTemplate
   let-filter="filter"
   let-filterService="filterService">
     <my-custom-filter-menu-component
         [currentFilter]="filter"
         [filterService]="filterService">
     </my-custom-filter-menu-component>
 </ng-template>
</kendo-treelist-column>
In this article
Definition
Not finding the help you need?
Contact Support