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:
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
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