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

RadGrid(Paging) in an UpdatePanel

3 Answers 149 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sanoj
Top achievements
Rank 1
Sanoj asked on 03 Sep 2009, 07:08 AM
I have a RadGrid(with Paging) in an updatepanel, and as a result the paging no longer works.
If I do the updatepanel away the paging works, unfortunatly this breaks the page layout.
Any ideas how to get a radgrids paging to work in an updatepanel.

3 Answers, 1 is accepted

Sort by
0
Zed
Top achievements
Rank 1
answered on 04 Sep 2009, 08:06 AM
I have a similar problem that just started when we switched from Q1 to Q2 SP1
0
Mira
Telerik team
answered on 04 Sep 2009, 02:43 PM
Hello,

I recommend that you use RadAjaxPanel instead of UpdatePanel.
You can see a demo of RadGrid in a RadAjaxPanel here.

Kind regards,
Mira
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Ryan
Top achievements
Rank 1
Iron
answered on 26 May 2023, 05:37 PM
You can use the PageIndexChanged Event for the Rad Grid to change the paging programatically. Then add an asp:AsyncPostBackTrigger to your asp:UpdatePanel. Finally use the ControlID from your Rad Grid and the PageIndexChanged Event. Your paging should work correctly after that
Tags
Grid
Asked by
Sanoj
Top achievements
Rank 1
Answers by
Zed
Top achievements
Rank 1
Mira
Telerik team
Ryan
Top achievements
Rank 1
Iron
Share this question
or