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

TabStrip with MultiPage Scroll position not maintained in IE10

1 Answer 26 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Roger Barnes
Top achievements
Rank 1
Roger Barnes asked on 22 Aug 2013, 10:04 PM

I have a TabStrip with MultiPage the pageview's are using contenturl, and each pages content causes a scroll, which works fine.  However if I scroll the contents of tab A down and then click tab B, and then back to tab A, the scroll position is back to the top of the page.  This only occurs in IE10, Chrome and IE9 maintain the scroll position.

1 Answer, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 27 Aug 2013, 03:48 PM
Hello Roger,

I would suggest you the following workaround : you could capture the scroll event and save the current ScrollTop value in a hiddenFIeld. Once you navigate back to the same page, you could use the stored ScrolledTop value and reassign it to the form. I have prepared a sample for you, implementing the above suggesting. Please find it attached.

Regards,
Nencho
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
TabStrip
Asked by
Roger Barnes
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or