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

RadTextbox Focus

3 Answers 264 Views
TextBox
This is a migrated thread and some comments may be shown as answers.
ShawnAugust
Top achievements
Rank 1
ShawnAugust asked on 01 Jun 2007, 01:09 PM
I changed a current application to use the RadTextbox and the application's focus after the screen is rendered stopped working. The only way to fix it is to remove EVERY RadTextbox on the application and replace them with the basic WinForms TextBox control.

Any particular reason why? I'd like to use them for their more flexible ability but I cannot even consider if I cannot have the focus ability.

Also, I didn't notice a RADIOBUTTON implementation? Did I miss it?

3 Answers, 1 is accepted

Sort by
0
Georgi
Telerik team
answered on 01 Jun 2007, 04:31 PM
Hello Shawn,

Thank you for your question.

We did not manage to reproduce this behavior. Can you give us more details on your scenario, or even better - send us a small sample project? We will be glad to review it and check where the problem is. You can attach it in a new support ticket.

As to the second question, we already have a RadRadioButtonElement but we don't have the control implemented yet. Most likely it will appear in the Q2 release later this year.
 

Greetings,
Georgi
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
ShawnAugust
Top achievements
Rank 1
answered on 01 Jun 2007, 04:56 PM
I will make it up tonight when I get home. I assume to focus, you are using the native "Focus" method?

For example,

this.RadTextBox1.Focus();

Correct?
0
Georgi
Telerik team
answered on 02 Jun 2007, 10:32 AM
Hello Shawn,

Yes, you can use the Focus method exactly as with MS textbox.

Looking forward for your sample project - it is really important for us to eliminate any problems revealed in our controls.
 

Greetings,
Georgi
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
TextBox
Asked by
ShawnAugust
Top achievements
Rank 1
Answers by
Georgi
Telerik team
ShawnAugust
Top achievements
Rank 1
Share this question
or