Hi, I have a grid in a callback that is returning "the data could not be loaded" whenever i try to page. This problem is only happening when the grid isn't displayed on the first page load. On callback, i display the grid which binds and renders fine. Then when trying to page i get the error. Debugging the grid's callback shows that binding and paging happen correctly. However, I set the grid's debug=true and discovered that when the grid is displayed on the first page_load the data being passed back looks fine, it starts with <GridResponse>. However when the grid is displayed only after callback, paging will return a response that includes the entire page's HTML instead of the <GridResponse>. I've also made sure to include an empty grid on the page, and i've ensured that the paging and binding code-behind functions are being called and function correctly. Any help to solve this bug or find a work-around would be appreciated, as I've already spent countless hours trying to get this to work. Thanks