WebForms NumericTextbox Overview

Telerik RadNumericTextBox is an input control that accepts only numeric entries. It shares the common properties of all RadInput controls, including support for skins, styles for different states, empty message support, conditional postback on text change, flexible caret and button positioning, labels, and so on. About RadNumericTextBox for ASP.NET AJAX

When you need data entry control that restricts the user to enter only numeric values, Telerik NumericTextBox control for ASP.NET AJAX is the perfect match. The control could be configured to use specific numeric type (currency, number, percent) and allow only a range of numeric values to be entered by the user.

Telerik UI for ASP.NET AJAX Ninja image

The Numeric Textbox is part of Telerik UI for ASP.NET AJAX, a professional grade UI library with 120+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

Key Features

The common features of all RadInput controls include

  • A client-side API with powerful methods to let you configure the input controls and numerous events to let you respond to almost everything the user does with the controls.

  • Keyboard and mouse wheel support.

  • Built-in copy and paste support that users can invoke with both keyboard shortcuts and a built-in context menu.

  • Skins to change the look and feel of the input controls so that they match the other controls on your Web page.

  • Style properties that let you configure the look of the input control, depending on its current state.

  • The ability to add labels and buttons that are associated with the input control.

  • Empty message support.

  • Client/Server side data validation.

  • Caret positioning and text selection when the control receives focus.

  • Optional postback when the user changes the value.

  • Support for all major browsers including Chrome, Firefox and Microsoft Edge.

In addition to these common features, each RadInput control provides its own unique features, designed to make it as easy as possible to work with a particular type of data.

For example, RadNumericTextBox control supports the following specific features also:

  • Currency, Percentage, or Number mode

  • Formatting options based on Culture settings or your own detailed requirements.

  • Increment/Decrement with mouse wheel, arrow keys, and spin buttons.

  • Nullable DbValue property

See Also

In this article