<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://cutesoft.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Cute Editor for .NET</title><link>http://cutesoft.net/forums/23/ShowForum.aspx</link><description>Questions, issues, and discussions of ASP.NET HTML Editor</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP3 (Build: 20423.1)</generator><item><title>Re: Cutesoft Editor in GridView in UpdatePanel doesn't work ???</title><link>http://cutesoft.net/forums/thread/35671.aspx</link><pubDate>Wed, 05 Dec 2007 13:13:50 GMT</pubDate><guid isPermaLink="false">9a74aede-84de-42da-8122-3d80bfaac2cf:35671</guid><dc:creator>Adam</dc:creator><slash:comments>0</slash:comments><comments>http://cutesoft.net/forums/thread/35671.aspx</comments><wfw:commentRss>http://cutesoft.net/forums/commentrss.aspx?SectionID=23&amp;PostID=35671</wfw:commentRss><description>&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="http://cutesoft.net/Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;webreality:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;
&lt;div&gt;Hi Adam,&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;How is this a solution? The main reason for using the ASP.NET AJAX framework is to make rendering more efficient by using partial page rendering. If this is set to false, surely it is impossible to render parts of the page?&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;If there no way to render the required JS before we actually set the control to be visible?&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Thanks in advance - I think that the functionality to "lazy-load" the spectacular but heavy CuteEditor control is a must for complex administration apps.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Cheers,&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Tom.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt; &lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Tom,&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Please download the latest build. This issue is resolved.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Demo:&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;a href="http://richtextbox.com/userExample/Ajax-Support.aspx"&gt;http://richtextbox.com/userExample/Ajax-Support.aspx&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;</description></item><item><title>Re: Cutesoft Editor in GridView in UpdatePanel doesn't work ???</title><link>http://cutesoft.net/forums/thread/31446.aspx</link><pubDate>Tue, 10 Jul 2007 16:27:07 GMT</pubDate><guid isPermaLink="false">9a74aede-84de-42da-8122-3d80bfaac2cf:31446</guid><dc:creator>webreality</dc:creator><slash:comments>0</slash:comments><comments>http://cutesoft.net/forums/thread/31446.aspx</comments><wfw:commentRss>http://cutesoft.net/forums/commentrss.aspx?SectionID=23&amp;PostID=31446</wfw:commentRss><description>&lt;div&gt;Hi Adam,&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;How is this a solution? The main reason for using the ASP.NET AJAX framework is to make rendering more efficient by using partial page rendering. If this is set to false, surely it is impossible to render parts of the page?&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;If there no way to render the required JS before we actually set the control to be visible?&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Thanks in advance - I think that the functionality to "lazy-load" the spectacular but heavy CuteEditor control is a must for complex administration apps.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Cheers,&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Tom.&lt;/div&gt;</description></item><item><title>Re: Cutesoft Editor in GridView in UpdatePanel doesn't work ???</title><link>http://cutesoft.net/forums/thread/29155.aspx</link><pubDate>Thu, 03 May 2007 17:37:43 GMT</pubDate><guid isPermaLink="false">9a74aede-84de-42da-8122-3d80bfaac2cf:29155</guid><dc:creator>Adam</dc:creator><slash:comments>0</slash:comments><comments>http://cutesoft.net/forums/thread/29155.aspx</comments><wfw:commentRss>http://cutesoft.net/forums/commentrss.aspx?SectionID=23&amp;PostID=29155</wfw:commentRss><description>&lt;div&gt;&lt;strong&gt;ndz,&lt;/strong&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Here is the solution:&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Set the EnablePartialRendering property of ScriptManager to false.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Code:&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&amp;lt;asp:ScriptManager ID="ScriptManager1" runat="server" &lt;span style="background-color:yellow;"&gt;EnablePartialRendering="false"&lt;/span&gt;&amp;gt;&lt;br /&gt;
&amp;lt;/asp:ScriptManager&amp;gt;&lt;/div&gt;
&lt;/div&gt;</description></item><item><title>Re: Cutesoft Editor in GridView in UpdatePanel doesn't work ???</title><link>http://cutesoft.net/forums/thread/28736.aspx</link><pubDate>Mon, 23 Apr 2007 23:49:36 GMT</pubDate><guid isPermaLink="false">9a74aede-84de-42da-8122-3d80bfaac2cf:28736</guid><dc:creator>Adam</dc:creator><slash:comments>0</slash:comments><comments>http://cutesoft.net/forums/thread/28736.aspx</comments><wfw:commentRss>http://cutesoft.net/forums/commentrss.aspx?SectionID=23&amp;PostID=28736</wfw:commentRss><description>&lt;div&gt;ndz,&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Please create a sample project showing the problem and send it to me.&lt;/div&gt;</description></item><item><title>Cutesoft Editor in GridView in UpdatePanel doesn't work ???</title><link>http://cutesoft.net/forums/thread/28723.aspx</link><pubDate>Mon, 23 Apr 2007 17:07:18 GMT</pubDate><guid isPermaLink="false">9a74aede-84de-42da-8122-3d80bfaac2cf:28723</guid><dc:creator>ndz</dc:creator><slash:comments>0</slash:comments><comments>http://cutesoft.net/forums/thread/28723.aspx</comments><wfw:commentRss>http://cutesoft.net/forums/commentrss.aspx?SectionID=23&amp;PostID=28723</wfw:commentRss><description>Hi, &lt;br /&gt;
&lt;br /&gt;
I have an Editor control in a gridview, and it works fine.&lt;br /&gt;
&lt;br /&gt;
But when the GridView itself is in an UpdatePanel , the Editor doesn't work anymore.&lt;br /&gt;
The javascript error is : '&lt;span class="objectBox objectBox-errorMessage hasTwisty hasBreakSwitch opened"&gt;CuteEditorInitialize is not defined'&lt;br /&gt;
&lt;br /&gt;
Is there a way to get around this ?&lt;br /&gt;
&lt;br /&gt;
Tnx for your help ....&lt;br /&gt;
&lt;/span&gt;</description></item></channel></rss>