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

[Solved] RadAjaxManager width RegisterPostBackControl

1 Answer 231 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Håkan
Top achievements
Rank 1
Håkan asked on 13 Aug 2009, 03:05 PM
Hi,
I'm trying to make a toolbarbutton do a full postback so it can attach a document (from database) back to the client.
The toolbar is dependent on a treeview to enable/disable buttons.

In page_load:
ScriptManager.GetCurrent(this.Page).RegisterPostBackControl(toolbar); 

And settings in RadAjaxmanager:
<telerik:AjaxSetting AjaxControlID="treeview">  
  <UpdatedControls> 
    <telerik:AjaxUpdatedControl ControlID="toolbar" /> 
    ...
  </UpdatedControls>                  
</telerik:AjaxSetting>    

I get it to work if I use RadAjaxPanels but not with RadAjaxManager(proxy).

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 14 Aug 2009, 12:21 PM
Hello HÃ¥kan,

Note that RadAjaxManagerProxy copies the exact same RadAjaxManager designer configuration so that you can set all the necessary AJAX settings within the WebUserControl/ContentPage entirely through the designer or declaratively.
When you are using RadAjaxMangerProxy to configure the ajax settings, only thing you should care is that the page has RadAjaxManager control, be it on the Master or some Content Page.

Regards,
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
Håkan
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or