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

Setting focus to a control within a tabstrip, multipanel with ajax

1 Answer 47 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Karl Wilkens
Top achievements
Rank 1
Karl Wilkens asked on 02 Sep 2008, 02:20 PM
Hi,

I have reviewed several other posts and tech notes related to setting the focus to a control with in a tab strip. I am using Q3 (not Promethius) and have a tabstrip with a multipage and several page views. All of these get updated via  AjaxManager on a button click.

What I would like is for a specific input (radInput) to have the focus, but no matter what I do, using either client side or server side calls, this does not occur. Has anyone run into this and if so, and clues as to how to make it work? Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Konstantin Petkov
Telerik team
answered on 03 Sep 2008, 08:13 AM
Hi Karl,

There is a slight trick on focusing RadInput control. The actual input element includes "_text" suffix. If you set the focus through the ClientID of the input element, you need to add that suffix for the ID.

Let us know whether that helps or if you need further assistance.

Best wishes,
Konstantin Petkov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Ajax
Asked by
Karl Wilkens
Top achievements
Rank 1
Answers by
Konstantin Petkov
Telerik team
Share this question
or