SharePoint Maintain Scroll Position.. I need a help
I have SharePoint web part and it has a lot of auto post pack drop down lists, i tried many methods of java script and code behind methods in vb.net and i couldn't get the solution keeping the position of any drop down list after post backing.
August 27th, 2015 9:30am

Hi Muhammad- try AJAX. See the following for details:

https://msdn.microsoft.com/en-us/library/ff650218.aspx?f=255&MSPPError=-2147217396

Free Windows Admin Tool Kit Click here and download it now
August 27th, 2015 4:00pm

Thanks for your attention, but how can i get Microsoft.Practices.SPG.AJAXSupport.dll?

is it built in or i have to download?

August 30th, 2015 8:30am

Finally i have gotten it by the easiest way of using:

$('#s4-workspace').animate({scrollTop:x},'Way Of Scrolling');

x is in pixels and way of scrolling is fast or slow,

so it will be something like that :

$('#s4-workspace').animate({scrollTop:500},'slow');

Thanks again for your trying to support me

September 9th, 2015 3:25am

Finally i have gotten it by the easiest way of using:

$('#s4-workspace').animate({scrollTop:x},'Way Of Scrolling');

x is in pixels and way of scrolling is fast or slow,

so it will be something like that :

$('#s4-workspace').animate({scrollTop:500},'slow');

Thanks again for your trying to support me

Free Windows Admin Tool Kit Click here and download it now
September 9th, 2015 3:27am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics