Overview

22 Jun 20201 minute to read

Essential ASP.NET Editors include Numeric, Percentage and Currency Text Box controls. These controls have Spin buttons to increase or decrease the values in the TextBox. NumericTextBox is used to display only numeric values. 

Key Features

  • Min and Max Values— Specifies value range for the TextBox.
  • Spin Buttons— Enables 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— Essential JavaScript NumericTextBox provide globalization support. This control use ej.globalize.js to globalize the number format and parse numbers according to the culture.
  • Keyboard Navigation— You can interact with the TextBox by using the keyboard.
  • RTL Support— Supports right to left alignment of the TextBox input.
  • Decimal Values— You can configure the TextBox to accept decimal values.
  • Themes— Essential JavaScript Text Box consist of 17 built-in themes and also support custom skins for creating user-defined themes.