-
Ranjani
4
posts
Member since:
Aug 2010
Posted 10 Aug 2010
Link to this post
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.
-
-
17421
posts
Member since:
Mar 2007
Posted 10 Aug 2010
Link to this post
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.
-