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

Represents the filter-cell template for the TreeList. Use this directive to customize the filter row cell for a column. See custom filter row components.

The template context is set to the filter descriptor and provides the following fields:

  • column—The current column instance. Use as an alias for a template variable with let-column="column".
  • filter—The filter descriptor.
  • cellContext—An object used to pass context information to built-in directives.

Definition

Package:@progress/kendo-angular-treelist

Selector:[kendoTreeListFilterCellTemplate]

Syntax:

html
<kendo-treelist-column field="name" title="Name">
  <ng-template kendoTreeListFilterCellTemplate let-column="column" let-filter="filter" let-cellContext="cellContext">
    <kendo-maskedtextbox mask="(999) 000-0000"
       [promptPlaceholder]="prompt" [includeLiterals]="true"
       (valueChange)="phoneChange($event)"
     >
     </kendo-maskedtextbox>
  </ng-template>
</kendo-treelist-column>
In this article
Definition
Not finding the help you need?
Contact Support