NumericTextBox in ASP.NET Core

16 Aug 20231 minute to read

Essential ASP.NET Core NumericTextBox is used to display only numeric values. It has Spin buttons to increase or decrease the values in the Text Box.

Key Features

  • Min and Max Values—Specifies value range for the textbox.
  • Spin Buttons—Enable you to increase or decrease the current value in the textbox.
  • Step Value—Enables you to increment or decrement the current value by step value.
  • Globalization— ASP.NET Core NumericTextBox has globalization support. It use ej.globalize.js file to globalize the number format, and parse numbers according to the culture.
  • Keyboard Navigation—You can interact with NumericTextBox by using keyboard.
  • RTL Support—Support for right to left alignment of textbox input.
  • Decimal Values—You can configure the textbox to accept decimal values.
  • Themes—NumericTextBox consist of 17 built-in themes, and also support custom skins for creating user-defined themes.