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