<?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: Boolean instead of String</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/boolean-instead-of-string</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/boolean-instead-of-string/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Boolean instead of String</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/boolean-instead-of-string#p4089</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/boolean-instead-of-string#p4089</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thank you. This problem is discussed before. I&#39;m not 100% sure, but boolean values are represented as "false" or "true". For more info refer to json.org</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 22 Jan 2009 09:16:36 +0200</pubDate>
        </item>
        <item>
        	<title>cyburk66 on Boolean instead of String</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/boolean-instead-of-string#p4073</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/boolean-instead-of-string#p4073</guid>
        	        	<description><![CDATA[<p>when adding a boolean value from JSON data (e.g. &#39;{..., "isRead":false, ...}&#39; to a TreeGrid cell following exception is thrown:</p>
<p><span style="color: #ff0000;">uncaught exception: Node cannot be inserted at the specified point in the hierarchy (NS_ERROR_DOM_HIERARCHY_REQUEST_ERR)<br />[Break on this error] return jQuery(context).find(selector);}e...ry.clean([container.innerHTML])[0];}else</span></p>
<p>changing the boolean (false) to a string ("false") solves the issue.</p>
<p>i debugged the code to the location, which throws the exception:</p>
<p>jqGrid.base.js -&#62; addJSONData() -&#62; ... addCell() -&#62; formater() -&#62; EXCEPTION when adding: false instead of "false" (quotes are important!)</p>
<p>thankx</p></p>
]]></description>
        	        	<pubDate>Wed, 21 Jan 2009 04:59:03 +0200</pubDate>
        </item>
</channel>
</rss>