I am using v2012.1.411.35 and having an issue with the numerictextbox and spin buttons. I have the spin buttons turned on and no other attributes set other than skin.
In IE (7,8,9), the spin buttons appear below the textbox no matter the width set on the control. Is there a css class that could have been overridden somewhere that could be affecting the control?
Any suggestions?
<
telerik:RadNumericTextBox
ID
=
"RadNumericTextBox1"
ShowSpinButtons
=
"true"
runat
=
"server"
Skin
=
"Web20"
></
telerik:RadNumericTextBox
>
In IE (7,8,9), the spin buttons appear below the textbox no matter the width set on the control. Is there a css class that could have been overridden somewhere that could be affecting the control?
Any suggestions?