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

Prevent Page from jumping/refreshing on PostBack

1 Answer 198 Views
Documentation and Tutorials
This is a migrated thread and some comments may be shown as answers.
Prashant
Top achievements
Rank 1
Prashant asked on 17 Apr 2013, 08:46 PM
Hi All,
         I am trying the implement multiple row select feature as pointed in the Telerik tutorial. Everything is working fine i.e.
I am able to reach the server side code
select/deselect the row 

Except one thing: My whole page is refreshing on post back. It doesn't do the same in the tutorial, instead only the table updates. Can anyone point out if I need to change any particular setting w.r.t Ajax Control or add a update panel around RadGrid ?

http://demos.telerik.com/aspnet-ajax/grid/examples/programming/selectrowwithcheckbox/defaultcs.aspx

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 22 Apr 2013, 08:17 AM
Hello Prashant,

You could simply wrap the RadGrid control into RadAjaxPanel to perform Ajax instead of regular postback and keep the scroll position.
Give this a try and let me know if this works.

Regards,
Maria Ilieva
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
Documentation and Tutorials
Asked by
Prashant
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or