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

NumberFormat

Interface

Specifies the number format used for the NumericTextBox editor when it is not focused. Extends the NumberFormatOptions from @progress/kendo-angular-intl. See the Filter editor formats documentation.

Definition

Package:@progress/kendo-angular-filter

Properties

currency?

string

Defines the currency code of the currency that is used in the formatting. If not specified, the default currency for the locale is used.

currencyDisplay?

"symbol" | "code" | "name"

Specifies how to display the currency.

Defines the maximum number of fraction digits that will be used. The default value of the decimal formatting is the greater one between minimumFractionDigits and 3. The default value of the currency formatting is the greater one between minimumFractionDigits and the number of digits for the currency from the supplemental currencyData. If no information about the currency is provided, the default value of the currency formatting is the greater one between minimumFractionDigits and 2. The default value of the percent formatting is the greater one between minimumFractionDigits and 0 (zero).

Defines the minimum number of fraction digits that will be used. The default value of the decimal and percent formatting is 0 (zero). The default value of the currency formatting is the number of digits for the currency from the supplemental currencyData. If no information about the currency is provided, the default value of the currency formatting is 2.

Defines the minimum number of integer digits that will be used in the formatting.

style?

"decimal" | "currency" | "percent" | "scientific" | "accounting"

Specifies the format style.

Specifies whether to use grouping separators.