NumericFilterCellComponent
Represents a filter cell component for filtering of numeric columns. See the article about the built-in filter components.
<kendo-grid-column field="UnitPrice">
  <ng-template kendoGridFilterCellTemplate let-filter let-column="column">
    <kendo-grid-numeric-filter-cell
      [column]="column"
      [filter]="filter">
    </kendo-grid-numeric-filter-cell>
  </ng-template>
</kendo-grid-column>Selector
kendo-grid-numeric-filter-cell
Inputs
| Name | Type | Default | Description | 
|---|---|---|---|
| column | 
 | Specifies the column for this filter. | |
| decimals | 
 | Sets the number precision for the value when focused. If the user enters a number with greater precision, the value is rounded. | |
| filter | 
 | The current root filter. | |
| filterDelay | 
 | 
 | Sets the delay time in milliseconds before the filter value is submitted.
A value of  | 
| max | 
 | Sets the greatest valid value. | |
| min | 
 | Sets the smallest valid value. | |
| operator | 
 | 
 | Sets the default filter operator. | 
| placeholder | 
 | The placeholder text for the filter input. | |
| showOperators | 
 | 
 | Determines if the drop-down filter operators are displayed. | 
| spinners | 
 | 
 | When  | 
| step | 
 | 
 | Sets the value used to increment or decrement the component value. | 
Fields
| Name | Type | Default | Description | 
|---|---|---|---|
| currentFilter | 
 | Gets the current filter for the column field. | |
| currentOperator | 
 | Gets the current filter operator for the column field. | |
| format | 
 | Gets the number format used when the component is not focused.
Uses  |