<?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: inlineedit escape chars</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/inlineedit-escape-chars</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/bugs/inlineedit-escape-chars/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Schlawiener on inlineedit escape chars</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/inlineedit-escape-chars#p5439</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/inlineedit-escape-chars#p5439</guid>
        	        	<description><![CDATA[<p>Thanks for reply.</p>
</p>
<p>I also use the search (constructed in the toolbar) and if I submit these chars they are posted without such a transformation.</p>
<p>They are converted in the hex-values e.g. &#38; will be %26</p>
<p>I think this would also be the correct transformation for submitting cell values.</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Thu, 19 Mar 2009 06:28:29 +0200</pubDate>
        </item>
        <item>
        	<title>tony on inlineedit escape chars</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/inlineedit-escape-chars#p5438</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/inlineedit-escape-chars#p5438</guid>
        	        	<description><![CDATA[<p>HEllo,</p>
<p>This is not a bug, but standart behavior. The &#38; will be intrepreted as parameter separator when you post values. Will try to enable or disable this with option.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 19 Mar 2009 05:52:19 +0200</pubDate>
        </item>
        <item>
        	<title>Schlawiener on inlineedit escape chars</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/inlineedit-escape-chars#p5416</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/inlineedit-escape-chars#p5416</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>i&#39;m using inline edit for a text-field with server-side url.</p>
<p>now if I submit the cell some special chars get converted:</p>
<pre>"  to &#38;quot;<br />&#38; to &#38;amp;<br />&#60; to &#38;lt;<br />&#62; to &#38;gt;<br /></pre>
</p>
<p>e.g. in the POST-Header you find something like this:</p>
<p>id: 1</p>
<p>value: &#38;quot;&#38;amp;&#38;lt;&#38;gt;&#38;quot;</p>
<p>Expected behaviour</p>
<p>id: 1</p>
<p>value: "&#38;&#60;&#62;"</p></p>
]]></description>
        	        	<pubDate>Wed, 18 Mar 2009 15:00:48 +0200</pubDate>
        </item>
</channel>
</rss>