Georgi Angelov: Hi guys,
I have problems trying to dynamically load a CuteEditor inside an update panel. The editor is shown but is not usable - cannot
type in it.
I guess you have startup scripts which has to be executed to initialize the editor. But when i load it dynamically inside UpdatePanel they are not.
I wrote you couple of weeks ago . I just wanted to be sure that this problem will be fixed in the new 6.0 version
Here is the solution:
Set the EnablePartialRendering property of ScriptManager to false.
Code:
<asp:ScriptManager ID="ScriptManager1" runat="server" EnablePartialRendering="false">
</asp:ScriptManager>
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx