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

Moving Scrollbar to bottom after Postback

4 Answers 276 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rengo
Top achievements
Rank 1
Rengo asked on 26 Mar 2013, 08:25 PM
How can I move the scrollbar all the way to the bottom of a RadGrid after doing a postback?

Thank You in Advance!

4 Answers, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 26 Mar 2013, 08:32 PM
Hello,

Maintain scroll at grid level

<ClientSettings>
                 
                <Scrolling SaveScrollPosition="true" />
            </ClientSettings>


Maintain scroll at page level

<%@ Page  MaintainScrollPositionOnPostback="true" %>


Thanks,
Jayesh Goyani
0
Rengo
Top achievements
Rank 1
answered on 27 Mar 2013, 03:28 AM
Hello Jayesh,

Thank you for the suggestion.  Although, I am not looking to retain the scroll position.  I need the scroll bar to go to the bottom of the grid no matter the previous scroll bar position before the postback.

Any suggestions would be appreciated.

Thank You!
0
Rengo
Top achievements
Rank 1
answered on 27 Mar 2013, 11:20 PM
Hello Telerik,

Are you out there?  any solutions?

Thank You!
0
Pavlina
Telerik team
answered on 29 Mar 2013, 01:06 PM
Hello,

You can check the link below:
http://stackoverflow.com/questions/7063627/force-scrollbar-to-bottom

Regards,
Pavlina
the Telerik team
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 their blog feed now.
Tags
Grid
Asked by
Rengo
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Rengo
Top achievements
Rank 1
Pavlina
Telerik team
Share this question
or