<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: Newbie Question: Is there a htmlDecode  Example???</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/newbie-question-is-there-a-htmldecode-example</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/newbie-question-is-there-a-htmldecode-example/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Trober on Newbie Question: Is there a htmlDecode  Example???</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/newbie-question-is-there-a-htmldecode-example#p19843</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/newbie-question-is-there-a-htmldecode-example#p19843</guid>
        	        	<description><![CDATA[<p>Thank you, Oleg. &#160;Sorry to fail to mention inline editing. &#160;We will try that and post to close this for the community sake.</p>
]]></description>
        	        	<pubDate>Fri, 17 Sep 2010 23:20:18 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on Newbie Question: Is there a htmlDecode  Example???</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/newbie-question-is-there-a-htmldecode-example#p19840</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/newbie-question-is-there-a-htmldecode-example#p19840</guid>
        	        	<description><![CDATA[<p>Hello Trober,</p>
<p>in your question you wrote nothing about inline editing. You asked about the data send from the server. If you load the data from the server then the event function loadComplete will be called where you have access to the original data send from the server.</p>
<p>If you implement inline edit you call somethere the metheod <a href="/jqgridwiki/doku.php?id=wiki:inline_editing#editrow" target="_blank">editRow</a>. You can use aftersavefunc function to see the original data send from the server.</p>
<p>Best regards<br />Oleg</p>
]]></description>
        	        	<pubDate>Fri, 17 Sep 2010 17:23:43 +0300</pubDate>
        </item>
        <item>
        	<title>Trober on Newbie Question: Is there a htmlDecode  Example???</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/newbie-question-is-there-a-htmldecode-example#p19838</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/newbie-question-is-there-a-htmldecode-example#p19838</guid>
        	        	<description><![CDATA[<p>To make clear, loadComplete - is - called other times, when refresh grid. &#160;But, not when pressing ENTER for adding new row.</p>
<p>So we think we have loadComplete coded correct.</p>
]]></description>
        	        	<pubDate>Fri, 17 Sep 2010 17:04:17 +0300</pubDate>
        </item>
        <item>
        	<title>Trober on Newbie Question: Is there a htmlDecode  Example???</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/newbie-question-is-there-a-htmldecode-example#p19837</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/newbie-question-is-there-a-htmldecode-example#p19837</guid>
        	        	<description><![CDATA[<p>Oleg,</p>
</p>
<p>thank you for your reply. &#160;</p>
</p>
<p>Are you sure loadComplete is called after inline edit insert?</p>
<p>That was tried and it never was called, e.g.&#160;</p>
<p>&#160;&#160; &#160; &#160; &#160;...</p>
<p>&#160;&#160; &#160; &#160; &#160;},</p>
<p>&#160;&#160; &#160; &#160; &#160;&#160;loadComplete: function(data) {&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&#160;</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;alert(&#39;loadComplete: &#39; + data); &#160;&#60;=== never displays after RETURN on inline edit of new row.</p>
<p>&#160;&#160; &#160; &#160; &#160;}</p>
</p>
<p>We are trying very hard hear, to read jqGrid code, but it&#39;s a big codebase and some hard to follow are understand.</p>
<p>Maybe we are forgetting something else needed to call loadComplete? &#160;</p>
]]></description>
        	        	<pubDate>Fri, 17 Sep 2010 17:01:12 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on Newbie Question: Is there a htmlDecode  Example???</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/newbie-question-is-there-a-htmldecode-example#p19836</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/newbie-question-is-there-a-htmldecode-example#p19836</guid>
        	        	<description><![CDATA[<p>I would you recommend to use data parameter of <a href="/jqgridwiki/doku.php?id=wiki:events#list_of_events" target="_blank">loadComplete</a>&#160;event handle. Inside of the function you can see exactly the data which are received from the server without any conversion.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Fri, 17 Sep 2010 15:42:55 +0300</pubDate>
        </item>
        <item>
        	<title>Trober on Newbie Question: Is there a htmlDecode  Example???</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/newbie-question-is-there-a-htmldecode-example#p19826</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/newbie-question-is-there-a-htmldecode-example#p19826</guid>
        	        	<description><![CDATA[<p>I am trying to *decode* encoded fields from server.</p>
<p>autoencode option is easy enough (/jqgridwiki/doku.php?id=wiki:options&#38;s[]=autoencode), just add to grid definition and encoded data shows up on server.</p>
<p>PROBLEM: HOW TO USE jgrid.htmlDecode (/jqgridwiki/doku.php?id=wiki:methods&#38;s[]=htmldecode)</p>
<p>???</p>
<p>Where do we plug in jgrid.htmlDecode to the client-side grid code so we can decode text fields coming from the server that are encoded? &#160; <img class="spSmiley" style="margin:0" title="Embarassed" src="/blog/wp-content/forum-smileys/sf-embarassed.gif" alt="Embarassed" />&#160;&#160; &#160; Maybe something is being missed by me in doc on event to use???&#160;</p>
</p>
<p>Thanks in advance for any help.</p>
]]></description>
        	        	<pubDate>Fri, 17 Sep 2010 06:49:28 +0300</pubDate>
        </item>
</channel>
</rss>