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

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.

Definition

Package:@progress/kendo-angular-grid

Selector:kendo-filter-before-eq-operator

Syntax:

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>

Fields

text

string

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

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