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

Multiple RadAjaxPanels all doing Callbacks

1 Answer 62 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Ben Thompson
Top achievements
Rank 1
Ben Thompson asked on 12 Mar 2009, 10:47 AM
Hi - The issue I have is probably quite simple to resolve.I have a DotnetNuke page with several different modules instantiated on the same Page. Each module has its own RadAjaxPanel. My issue is that whenever I require one of the module's controls (for example a RadioButtonList) to do a callback I find that ALL five modules are returning to the Page_Load event.I was rather hoping only the one that contains the button would issue the call back and not all 5 (imagine the amount of processing occurring!), Is it possible to control this such that only the module RadAjaxPanel in question effects the callback?

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 13 Mar 2009, 03:58 PM
Hello Ben,

I am afraid the described behavior is rather expected and proper.
However Ajax turns postbacks into callbacks and the page is updated partially, the Page lifecycle is executed as in case of regular postback.

Best wishes,
Iana
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
Ben Thompson
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or