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

AfterFilterOperatorComponent

Represents the Greater (Is after) date filter operator. Use this operator to filter dates after 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-operator></kendo-filter-after-operator>
     </kendo-grid-date-filter-cell>
  </ng-template>
</kendo-grid-column>

Selector

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