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

Too Wide

4 Answers 105 Views
NumericUpDown
This is a migrated thread and some comments may be shown as answers.
Gary Blakely
Top achievements
Rank 1
Gary Blakely asked on 16 Apr 2010, 05:20 PM
Is there some kind of minimum width of around 65pixls set for the RadNumericUpDown?  I have set decimal digits to no decimals and all of my values will be single or two digits (hole golf scores).  The control is wasting screen real estate and would look much better at around 30 pixles but if I set it at 35 it cuts the right side off which has the buttons.
Regards,
Gary

4 Answers, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 20 Apr 2010, 03:05 PM
Hi Gary,

Thank you for contacting us.

To achieve your goal you can set the MinWidth property of the NumericUpDown control, instead of Width.
Hope this helps.

If you have further questions please let us know.

Best wishes,
Konstantina
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Gary Blakely
Top achievements
Rank 1
answered on 20 Apr 2010, 11:16 PM
Actually specifying MinWidth without Width did not work.  But, if I specify MinWidth and Width then Width works.  So I got it to do what I need but I don't think it work right.  Width should work.
Thanks,
Gary
0
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
answered on 07 Dec 2012, 01:33 PM
Konstantina,
a control whose Width is set by the designer should use this width. NO DISCUSSION ABOUT THIS.
That's a bug that we should set another property to have the width we want.
Patrick
0
Vijay
Top achievements
Rank 1
answered on 10 Dec 2012, 08:58 AM
Hi Gary,

Suggest you to try something like this below:

<telerik:RadNumericUpDown Name="radNUD1" MinWidth="20" ShowButtons="False" ></telerik:RadNumericUpDown>

Please find also the other  RadNumericUpDown related stuff Here.

Regards,
Vijay
Tags
NumericUpDown
Asked by
Gary Blakely
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Gary Blakely
Top achievements
Rank 1
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
Vijay
Top achievements
Rank 1
Share this question
or