I cannot find the answer to this anywhere in the help or forums. How can I ajaxify the pager on the grid? When the user selects any button within the pager, I want to be able to reload the grid for the requested page with ajax. Is this possible?
Do you need only the pager ajaxified and the rest of the grid posting back? If not, you can simply put the entire grid in RadAjaxPanel. Or you can wrap the entire pager template content in RadAjaxPanel.
Yes, I realised that. I had the same issue with the original RadControls and another solution was offered which didnt work with Prometheus. I have actually just set my grid as an updated control on the page AjaxManager and this works fine for me. So simple, I probably should have realised :-)