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

AfterEqFilterOperatorComponent

Updated on Jun 18, 2025

Represents the GreaterOrEqualTo (Is after or equal to) date filter operator. Use this operator to filter dates after or equal to the specified date. See example.

html
<kendo-grid-column field="FirstOrderedOn">
  <ng-template kendoGridFilterCellTemplate let-filter let-column="column">
    <kendo-grid-date-filter-cell
      [column]="column"
      [filter]="filter">
      <kendo-filter-after-eq-operator></kendo-filter-after-eq-operator>
     </kendo-grid-date-filter-cell>
  </ng-template>
</kendo-grid-column>

Selector

kendo-filter-after-eq-operator

Fields

NameTypeDefaultDescription

text

string

The text that will be displayed in the drop-down list.

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