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