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.
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