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

AfterFilterOperatorComponent

Represents the Greater (Is after) date filter operator for the TreeList. Use this operator to filter dates that are after a specific value. See example.

html
<kendo-treelist-column field="hireDate">
  <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
    <kendo-treelist-date-filter-cell
      [column]="column"
      [filter]="filter">
      <kendo-treelist-filter-after-operator></kendo-treelist-filter-after-operator>
     </kendo-treelist-date-filter-cell>
  </ng-template>
</kendo-treelist-column>

Selector

kendo-treelist-filter-after-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