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

Set Focus for RadNumericBox

1 Answer 50 Views
NumericBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Muralidharan
Top achievements
Rank 1
Muralidharan asked on 12 Feb 2016, 08:45 AM

Hi,

 Is there any property to update the Focus of the RadNumericBox.

 Thanks

1 Answer, 1 is accepted

Sort by
0
Accepted
Pavel R. Pavlov
Telerik team
answered on 16 Feb 2016, 08:02 AM
Hello Muralidharan,

The RadNumericBox does not expose dedicated API for controlling its focus. This is why everything you can use is what Microsoft exposed. For example you can use method described in this article. The only detail that you need to be aware of is you need to ensure that the control is already visualized on the screen in order to attempt focusing it. For example if you try to focus it right after the InitializeComponent() the control most likely will not be focused. It is a good idea to try to focus it after its Loaded event is invoked.

Regards,
Pavel R. Pavlov
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
NumericBox
Asked by
Muralidharan
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
Share this question
or