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

RadEditor and RadAjaxManager

1 Answer 89 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Roman
Top achievements
Rank 1
Roman asked on 19 Nov 2009, 02:26 PM
Hi

In my project I update a RadEditor's Content - and it works. Then, according to your tutorials, I wanted to ajaxify this process by using a RadAjaxManager:

<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"
    <AjaxSettings> 
       <telerik:AjaxSetting AjaxControlID="RadListBoxLeft"
          <UpdatedControls> 
             <telerik:AjaxUpdatedControl ControlID="ContactDesc" /> 
          </UpdatedControls> 
       </telerik:AjaxSetting> 
       <telerik:AjaxSetting AjaxControlID="RadListBoxRight"
          <UpdatedControls> 
             <telerik:AjaxUpdatedControl ControlID="ContactDesc" /> 
          </UpdatedControls> 
       </telerik:AjaxSetting> 
    </AjaxSettings> 
</telerik:RadAjaxManager> 

Nothing else was changed, just this.
Now, when the RadEditor should get updated, it like loses its functionality. I cannot write anymore in it, further I can click the toolbar and the footer's items, but nothing happens.

Did I miss something? :)

Thanks in advance for some help
Best
Roman

1 Answer, 1 is accepted

Sort by
0
Roman
Top achievements
Rank 1
answered on 20 Nov 2009, 01:28 PM
Problem solved by using a RadAjaxManager on the MasterPage and a RadAjaxManagerProxy on the Web Content Form.
The documentation gives a good explanation concerning the mentioned issue.

Best
Roman
Tags
Ajax
Asked by
Roman
Top achievements
Rank 1
Answers by
Roman
Top achievements
Rank 1
Share this question
or