It turns out that I'm doing a form, and in one of the sections, I use an ASPxSpinEdit. The problem is the following: In Internet Explorer, when entering a number in the control, for example the number 21, the first number is written well, 2, and the cursor is located on the right. But when I insert the 1, the cursor happens to be behind 2, and the final result is 12, when 21 should appear.
This only happens in IE, I have tested in FireFox, and in Chrome, and in both works well, that is, if I type 21, the control shows 21.
This only happens in IE.
Does anyone know why?