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

Why is RadAjaxManager doing full PostBacks?

1 Answer 62 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
john81
Top achievements
Rank 1
john81 asked on 30 Mar 2010, 02:47 PM

This page (http://www.telerik.com/help/aspnet-ajax/manager-vs-panel.html) states that you should use RadAjaxManager or RadAjaxPanel and recommends the RadAjaxManger for more complex scenarios.  I'm attempting to use the RadAjaxManager on a page that where I want the top RadComboxBox selection to affect which controls below it are visible or hidden.  It works but full postbacks are occuring on the page.  Why is that?  If I wrap the controls with RadAjaxPanels then the full postbacks go way and the AJAX works.  I thought you did not need to use RadAjaxPanel with the RadAjaxManger.  Am I okay using RadAjaxManger with RadAjaxPanel in this scenario?








1 Answer, 1 is accepted

Sort by
0
robertw102
Top achievements
Rank 1
answered on 31 Mar 2010, 02:02 PM
Are you including the controls that it updates in the UpdatedControls collection for the RadComboBox ajax setting?
Tags
Ajax
Asked by
john81
Top achievements
Rank 1
Answers by
robertw102
Top achievements
Rank 1
Share this question
or