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

NumericFilterCellComponent

Represents a filter cell component for filtering of numeric columns. See the article about the built-in filter components.

html
<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

NameTypeDefaultDescription

column

ColumnComponent

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.

filter

CompositeFilterDescriptor

The current root filter.

filterDelay

number

500

Sets the delay time in milliseconds before the filter value is submitted. A value of 0 means no delay.

max

number

Sets the greatest valid value.

min

number

Sets the smallest valid value.

operator

string

'eq'

Sets the default filter operator.

placeholder

string

The placeholder text for the filter input.

showOperators

boolean

true

Determines if the drop-down filter operators are displayed.

spinners

boolean

true

When true, shows the Up and Down spin buttons.

step

number

1

Sets the value used to increment or decrement the component value.

Fields

NameTypeDefaultDescription

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.

In this article
SelectorInputsFields
Not finding the help you need?
Contact Support