Overview

12 Oct 20161 minute to read

Essential ASP.NET Editor includes Numeric, Percentage, and Currency TextBox controls. These controls have Spin buttons to increase or decrease the values in the TextBox. CurrencyTextBox is used to display only the currency values. 

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 - Essential JavaScript CurrencyTextBox provide globalization support. This control use ej.globalize.js file to globalize the number format, and parse numbers according to the culture.
  • Keyboard Navigation - You can interact with TextBoxes by using a keyboard.
  • RTL Support - Support for right-to-left alignment of the TextBox input.
  • Decimal Values - You can configure TextBoxes to accept decimal values.
  • Themes - Essential JavaScript TextBox consist of 17 built-in themes, and also support custom skins for creating user-defined themes.