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

Represents the Kendo UI numeric-filter menu component for the TreeList. Use this component to filter numeric values using a filter menu popup. See example.

Definition

Package:@progress/kendo-angular-treelist

Selector:kendo-treelist-numeric-filter-menu

Syntax:

html
<kendo-treelist-column field="UnitPrice">
  <ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
    <kendo-treelist-numeric-filter-menu
      [column]="column"
      [filter]="filter"
      [filterService]="filterService">
    </kendo-treelist-numeric-filter-menu>
  </ng-template>
</kendo-treelist-column>

Inputs

The column with which the filter is associated.

decimals

number

Specifies the number precision applied to the component value when it is focused. If the user enters a number with a greater precision than is currently configured, the component value is rounded.

extra

boolean

Determines if the inputs of second criteria are displayed.

Default:

true

The placeholder text for the extra filter input. Applies when extra is set to true.

Default:

''

The current menu filter.

Determines the delay (in milliseconds) before creating a filter descriptor based on the value. A value of 0 indicates no delay.

Default:

500

The FilterService instance which is responsible for handling the changes in the filter descriptor.

max

number

Specifies the greatest value that is valid.

min

number

Specifies the smallest value that is valid.

operator

string

The default filter operator.

Default:

"eq"

The placeholder text for the filter input.

Default:

''

spinners

boolean

Specifies whether the Up and Down spin buttons will be rendered.

Default:

true

step

number

Specifies the value that is used to increment or decrement the component value.

Default:

1

Fields

currentFilter

FilterDescriptor

The current filter for the associated column field.

The current filter operator for the associated column field.

format

string

Specifies the number format used when the component is not focused. By default, the column.format value is used (if set).

Methods

Parameters:value"and" | "or"