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

Type in numbers in addtion to incr/decr

1 Answer 10 Views
NumericUpDown
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
IDispose
Top achievements
Rank 1
IDispose asked on 15 Nov 2014, 12:13 PM
It appears that a TextBlock instead of a TextBox is used for the Numeric part of the control. Can that easily be swapped? Is there an alternative where I can set the control up to let me manually enter numbers via keypad instead of using the up/down buttons? 

Entering large numbers via up/down is painful. 

Do we have an alternative?

1 Answer, 1 is accepted

Sort by
0
Rosy Topchiyska
Telerik team
answered on 17 Nov 2014, 04:44 PM
Hello Ramesh,

Thank you for contacting us.

You can try to edit the Template of the RadNumericUpDown control and find the relevant TextBlock and change it with a TextBox. You will also have to synchronize the input text and the value of the NumericUpDown. Please, note that this scenario is not supported out of the box and we have not tested it thoroughly, but at first glance it seems to work fine. I have attached a sample project that demonstrates how you can achieve this.

I hope this helps. Please, let us know if you have further questions.

Regards,
Rosy Topchiyska
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
NumericUpDown
Asked by
IDispose
Top achievements
Rank 1
Answers by
Rosy Topchiyska
Telerik team
Share this question
or