NumericFilterCellComponent
Represents a filter cell component for filtering of numeric columns. See the article about the built-in filter components.
Definition
Package:@progress/kendo-angular-grid
Selector:kendo-grid-numeric-filter-cell
Syntax:
<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>
Inputs
Specifies the column for this filter.
decimals
number
Sets the number precision for the value when focused. If the user enters a number with greater precision, the value is rounded.
The current root filter.
filterDelay
number
Sets the delay time in milliseconds before the filter value is submitted.
A value of 0 means no delay.
500
max
number
Sets the greatest valid value.
min
number
Sets the smallest valid value.
operator
string
Sets the default filter operator.
"eq"
placeholder
string
The placeholder text for the filter input.
showOperators
boolean
Determines if the drop-down filter operators are displayed.
true
spinners
boolean
When true, shows the Up and Down spin buttons.
true
step
number
Sets the value used to increment or decrement the component value.
1
Fields
currentFilter
FilterDescriptor
Gets the current filter for the column field.
currentOperator
string
Gets the current filter operator for the column field.
format
string
Gets the number format used when the component is not focused.
Uses column.format if set.