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

RadAjaxManager doesn't send async postbacks

1 Answer 174 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
andreii
Top achievements
Rank 1
andreii asked on 21 Jul 2009, 10:53 AM

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

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 22 Jul 2009, 04:15 PM
Hi Andreii,

Please review the following example which demonstrates how RadAjaxManager control should be used in page->user control scenario
http://demos.telerik.com/aspnet-ajax/ajax/examples/manager/usercontrol/defaultcs.aspx

Additional information about how to ajaxify controls using RadAjaxManagerProxy you can gather from these help articles:
http://www.telerik.com/help/aspnet-ajax/ajax-manager-proxy.html
http://www.telerik.com/help/aspnet-ajax/ajxusercontrols.html

Sincerely yours,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Ajax
Asked by
andreii
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or