New to Kendo UI for Angular? Start a free 30-day trial
BeforeFilterOperatorComponent
Represents the Less than
(Is before) date filter operator.
Use this operator to filter dates before 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-before-operator></kendo-filter-before-operator>
</kendo-grid-date-filter-cell>
</ng-template>
</kendo-grid-column>
Selector
kendo-filter-before-operator
Fields
Name | Type | Default | Description |
---|---|---|---|
text |
|
The text that will be displayed in the drop-down list. |