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

Set focus inside a tabmultipage

1 Answer 31 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Ranjani
Top achievements
Rank 1
Ranjani asked on 10 Aug 2010, 09:36 AM
hi,
i have multiple tabs and load different user control inside each of the tab i need to set the focus inside one tab particularly after a click event to a list box.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 10 Aug 2010, 12:33 PM
Hi Ranjani,


You can set the SelectedIndex for the radTabStrip and the RadMultiPage control from code behind. Now using FindControl() method access the corresponding inner control and invoke the Focus() method to focus to that control.

Could you explain the scenario if this is not what you expect?

Thanks,
Princy.
Tags
Ajax
Asked by
Ranjani
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or