Greetings all!
I have a strange issue in my test app. The prerequisites are as follows:
1. I have an aspx page featuring a standard asp.net ajax scriptmanager control as well as my own user control.
2. The user control of mine has only two things in it: RadAjaxManagerProxy plus RadGrid. The manager proxy is configured to update the grid on any postbacks from the grid (e.g. paging or sorting).
The issue is that regular postbacks still occur when say sorting the grid. Placing the grid into an RadAjaxPanel (and removing the manager of course) fixes the issue. But why the hell doesn't it work with the manager proxy? I made sure the control IDs are correct in the manager settings. I also made sure Ajax postbacls aren't disabled in the manager.
Best regards,
Andreii