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