Hi,
I ran into this problem wherein my RadEditor does not render properly and the text area remains disabled.
I have two usercontrols : UC1 and UC2 on my page. When my page initially loads, only UC1 is visible. UC2, which has the RadEditor control, remains invisible when the page first loads. Upon clicking a button UC2 is set to visible via an Ajax callback, which is set via AjaxSettings with RadAjaxManager.
Whether the ajaxSettings are set in design mode or programmatically, it didn't make any difference in the behaviour of RadEditor. The RadEditor loads, toolbar loads, but the content is never displayed and remains disabled. When I check the html rendered using Firebug, I can see that the iFrame portion of the RadEditor is missing when ajaxSettings are present on the page. However, if the AjaxSettings are removed, everything works fine except that the controls are no longer ajaxified but have to postback to get/update the data.
I tried it in IE as well without any luck :( . Tried setting the AjaxSettings in PreRender ..no luck though. Tried loading/adding RadEditor programmatically and met the same luck.
Any suggestions would be appreciated.
Thanks,
Pravs
I ran into this problem wherein my RadEditor does not render properly and the text area remains disabled.
I have two usercontrols : UC1 and UC2 on my page. When my page initially loads, only UC1 is visible. UC2, which has the RadEditor control, remains invisible when the page first loads. Upon clicking a button UC2 is set to visible via an Ajax callback, which is set via AjaxSettings with RadAjaxManager.
Whether the ajaxSettings are set in design mode or programmatically, it didn't make any difference in the behaviour of RadEditor. The RadEditor loads, toolbar loads, but the content is never displayed and remains disabled. When I check the html rendered using Firebug, I can see that the iFrame portion of the RadEditor is missing when ajaxSettings are present on the page. However, if the AjaxSettings are removed, everything works fine except that the controls are no longer ajaxified but have to postback to get/update the data.
I tried it in IE as well without any luck :( . Tried setting the AjaxSettings in PreRender ..no luck though. Tried loading/adding RadEditor programmatically and met the same luck.
Any suggestions would be appreciated.
Thanks,
Pravs