<?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: Unable to set resizable to false in dlog_options</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/unable-to-set-resizable-to-false-in-dlog_options</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/unable-to-set-resizable-to-false-in-dlog_options/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>sortadan on Unable to set resizable to false in dlog_options</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/unable-to-set-resizable-to-false-in-dlog_options#p26200</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/unable-to-set-resizable-to-false-in-dlog_options#p26200</guid>
        	        	<description><![CDATA[<p>This is because of bad object existance checking.</p>
</p>
<p>The current code looks like this: &#160; "resizable": opts.resizable ? opts.resizable : true,</p>
<p>the problem is that if you can never set this to false because the check will come back as the value and true will be set.</p>
<p>Can someone with submit change the code to this: &#160; "resizable": opts.resizable != undefined ? opts.resizable : true,</p>
</p>
<p>Thanks,</p>
<p>Dan</p>
]]></description>
        	        	<pubDate>Thu, 22 Mar 2012 22:04:26 +0200</pubDate>
        </item>
</channel>
</rss>