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

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

Definition

Package:@progress/kendo-angular-treelist

Selector:kendo-treelist-filter-after-eq-operator

Syntax:

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-eq-operator></kendo-treelist-filter-after-eq-operator>
     </kendo-treelist-date-filter-cell>
  </ng-template>
</kendo-treelist-column>

Fields

text

string

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

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