NumericFilterMenuComponent
Represents a numeric filter-menu component. Use this component to filter numeric values in the Grid.
<kendo-grid-column field="UnitPrice">
<ng-template kendoGridFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
<kendo-grid-numeric-filter-menu
[column]="column"
[filter]="filter"
[filterService]="filterService">
</kendo-grid-numeric-filter-menu>
</ng-template>
</kendo-grid-column>
Selector
kendo-grid-numeric-filter-menu
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. | |
extra |
|
|
Determines if the inputs for the second criteria are displayed. |
extraPlaceholder |
|
Sets the placeholder text for the extra filter input.
Applies when | |
filter |
|
Represents the current filter descriptor for the menu. | |
filterDelay |
|
|
Determines the delay in milliseconds before creating a filter descriptor based on the value.
A value of |
filterService |
|
Represents the | |
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. | |
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 |
Methods
logicChange | ||||||
---|---|---|---|---|---|---|
|