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

RadNumericTextBox Spin Buttons CSS

4 Answers 151 Views
Input
This is a migrated thread and some comments may be shown as answers.
Curt
Top achievements
Rank 1
Curt asked on 26 Oct 2012, 06:39 PM
Hello,

I have recently upgraded from Q3 2011 to Q3 2012 and now my Spin Buttons on the numeric text box appears on the bottom of the control rather than to the side (attached image). Can anyone give me a suggestion on what is causing this.

Thanks

4 Answers, 1 is accepted

Sort by
0
DFal
Top achievements
Rank 1
answered on 31 Oct 2012, 10:19 AM
some other css in the page would be affecting the alignment of buttons. Just debug in firebug and see which css is being applied.
0
Maria Ilieva
Telerik team
answered on 01 Nov 2012, 08:50 AM
Hello Curt,

Do you have any custom styles applied to the RadInput control. If yes please provide your input declaration as well as the related styles so we could further help.

Greetings,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Abhishek
Top achievements
Rank 1
answered on 21 Nov 2012, 04:25 AM
Hi,

Same issue is occuring for me too after upgrading the telerik controls.

Not sure why.

My code is like below:-
 <telerik:RadNumericTextBox ID="txtAccounts_PasswordLength" runat="server" EmptyMessage="1"
                                                                                MaxValue="50" MinValue="1" ShowSpinButtons="true" Skin="Default" Width="51px" >
                                                                                <NumberFormat AllowRounding="true" DecimalDigits="0" />
                                                                            </telerik:RadNumericTextBox>

Please let me know how to fix it.
0
Vasil
Telerik team
answered on 26 Nov 2012, 08:26 AM
Hello Abhishek,

When I place your code in sample page it is working correct. The problem can be cased by custom styles in your page. Try to comment/remove your stiles until you find out what is causing it, or inspect using some browser developer tool to see exactly which style applies and breaks the layout.

All the best,
Vasil
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Input
Asked by
Curt
Top achievements
Rank 1
Answers by
DFal
Top achievements
Rank 1
Maria Ilieva
Telerik team
Abhishek
Top achievements
Rank 1
Vasil
Telerik team
Share this question
or