Telerik UI for ASP.NET Core NumericTextBox Overview
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API SERVER-SIDE APIThe NumericTextBox component is part of Telerik UI for ASP.NET Core, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
Description
The Telerik UI for ASP.NET Core NumericTextBox is a component that allows input of numerical values through directly typing in the values or selecting values with the help of spinner buttons.
The demo shows different use cases for NumericTextBoxes such as input for different formats, restrictions to numbers and value ranges. In addition to those features, you can also include a floating label, and use globalization and accessibility support.
The ASP.NET Core NumericTextBox control is part of Telerik UI for ASP.NET Core, a professional-grade UI library with 110+ components for building modern and feature-rich web applications. The NumericTextBox is a server-side wrapper for the Kendo UI for jQuery NumericTextBox component and comes in the form of an HtmlHelper.
Functionality and Features
- Different numeric formats—The NumericTextBox allows you to use different formats for displaying a numeric value that is specific for a particular country or region.
- Labels and floating labels—The
Label
configuration enables you to associate thelabel
HTML element with the NumericTextBox and you can also utilize the floating label functionality of the component. - Input restrictions—
- Event handling—With the NumericTextBox, you can control the precision of the entered number and also restrict its value to a specific range.
- Globalization and accessibility—The NumericTextBox is accessible for screen readers, supports WAI-ARIA attributes, delivers keyboard shortcuts for faster navigation, and enables you to render it in a right-to-left direction.