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

Represents a base numeric filter component for the TreeList.

Definition

Package:@progress/kendo-angular-treelist

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.

The current root filter.

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"

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).