This is a migrated thread and some comments may be shown as answers.

Spin buttons below NumericTextBox in IE

1 Answer 35 Views
Input
This is a migrated thread and some comments may be shown as answers.
Dave
Top achievements
Rank 1
Dave asked on 31 Aug 2012, 01:35 PM
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.
<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?

1 Answer, 1 is accepted

Sort by
0
Dave
Top achievements
Rank 1
answered on 31 Aug 2012, 02:03 PM
Nevermind. It turned out to be a problem with the doctype. The doctype wasnt specified for the page, so IE was putting it into Quirks mode, which was messing up all formatting. Good old IE.
Tags
Input
Asked by
Dave
Top achievements
Rank 1
Answers by
Dave
Top achievements
Rank 1
Share this question
or