aspnet-11664-components-data-editors-spinedit.md
The ASPxSpinEdit control allows users to use a spin button, a mouse wheel, or keyboard keys to increment and decrement numeric edit values.
ASPxSpinEdit offers the following features.
Customizable Button Visibility and Position
Float or Integer Value Editing
Customizable Increment/Decrement Values
Customizable Minimum and Maximum Values
Out of Range Warning
Mouse Wheel and Keyboard Support
Auto-Repeat Functionality
Full-Featured Client-Side API
The ASPxSpinEdit does not support full-width numerals produced by Input Method Editors (IMEs). The editor accepts only standard ASCII digits.
As a workaround, you can implement a JavaScript function that handles the component input element’s beforeinput and pasteevents to convert input data to a standard string.