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

GreaterFilterOperatorComponent

Represents the Greater (Is greater than) numeric filter operator. Use this operator to filter values greater than the specified number. See example.

html
<kendo-grid-column field="UnitPrice" title="Price">
  <ng-template kendoGridFilterCellTemplate let-filter let-column="column">
    <kendo-grid-numeric-filter-cell
      [column]="column"
      [filter]="filter">
      <kendo-filter-gt-operator></kendo-filter-gt-operator>
    </kendo-grid-numeric-filter-cell>
  </ng-template>
</kendo-grid-column>

Selector

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