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

EqualFilterOperatorComponent

Represents the Equal (Is equal to) filter operator for the TreeList. Use this operator to filter values that are equal to a specific value. See example. For more information and examples, refer to the article on setting default filter operators.

html
<kendo-treelist-column field="name" title="Name">
  <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
    <kendo-treelist-string-filter-cell
      [column]="column"
      [filter]="filter">
      <kendo-treelist-filter-eq-operator></kendo-treelist-filter-eq-operator>
    </kendo-treelist-string-filter-cell>
  </ng-template>
</kendo-treelist-column>
html
<kendo-treelist-column field="name" title="Name">
  <ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
    <kendo-treelist-string-filter-menu
      [column]="column"
      [filter]="filter"
      [filterService]="filterService">
      <kendo-treelist-filter-eq-operator></kendo-treelist-filter-eq-operator>
    </kendo-treelist-string-filter-menu>
  </ng-template>
</kendo-treelist-column>

Selector

kendo-treelist-filter-eq-operator

Fields

NameTypeDefaultDescription

text

string

The text displayed in the drop-down list for the filter operator.

In this article
SelectorFields
Not finding the help you need?
Contact Support