RadInput for ASP.NET AJAX

RadControls for ASP.NET AJAX

The NumberFormat client object determines how a RadNumericTextBox control formats its value when it does not have focus. It is returned by the get_numberFormat() method of the RadNumericTextBox client-side object. The following table lists its properties:

 
PropertyTypeDescription
AllowRoundingbooleanSpecifies whether values are rounded (true) or truncated (false) when not all the decimal places can be shown.
DecimalDigitsintegerSpecifies the number of decimal places to show.
DecimalSeparatorcharacterSpecifies the character that separates the whole number from the decimal places.
GroupSeparatorcharacterSpecifies the character that divides groups of digits.
GroupSizesintegerSpecifies the number of digits in each group.
NegativePatternstringSpecifies the pattern for formatting negative values.
NegativeSigncharacterSpecifies the character to use as a minus sign.
PositivePatternstringSpecifies the pattern for formatting positive values.

See Also