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

RadGrid is doing full postback everytime I page.

1 Answer 116 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Water
Top achievements
Rank 1
Water asked on 12 Mar 2012, 12:34 PM
Hello,

I have a standard .NET ajax modal pop up on my website that contains, among other things, a RadGrid. Whenever I page through the grid it appears as though the whole page is posting back as things outside of the modal pop up are reloading in the background.

What do I need to do to get only the grid to reload when I page? I just have a RadGrid tag in my aspx page - no RadScriptManager or anything like that, are these required to make the grid ajaxified? I tried putting the grid in a standard UpdatePanel but that didn't make any difference.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 12 Mar 2012, 01:05 PM
Hello,

You can use RadAjaxManager which can ajaxify all controls that normally work with postbacks. Check the following help documentation.
RadAjaxManager
Ajaxifying RadGrid

-Shinu.
Tags
Grid
Asked by
Water
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or