I have a dynamic list of tabs coming from a datasource. When the page first loads it could be set to any of the tabs in the list (depends on value in query string).
What I want to do is make sure that the scroll position is set so the active tab is visible.
Any help is apprectiated.
Thanks.
1 Answer, 1 is accepted
0
Atanas Korchev
Telerik team
answered on 15 Jul 2008, 07:36 AM
Hi Kevin Schneider,
You can use the scrollIntoView() client side method of the tab object. The following sample code can be used as a reference (place it in Page_Load or the DataBound event handler of your tabstrip);