New to Kendo UI for Angular? Start 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
Name | Type | Default | Description |
---|---|---|---|
text |
|
The text that will be displayed in the drop-down list. |