<?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: Two bugs of jqGrid 4.3.1</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/two-bugs-of-jqgrid-4-3-1</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/two-bugs-of-jqgrid-4-3-1/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>thinkbox on Two bugs of jqGrid 4.3.1</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/two-bugs-of-jqgrid-4-3-1#p25949</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/two-bugs-of-jqgrid-4-3-1#p25949</guid>
        	        	<description><![CDATA[<p>Hi,</p>
</p>
<p>I found two bugs of jqGrid 4.3.1:</p>
<p>1.&#160; I have&#160;a dropdown box in search dialog, if I didn&#39;t change its option and began to search at the first time, the first option of the dropdown box will be set to "null".</p>
<p>For example, the value of the first option of "Status" field is "0&#8243;, so I expect the following query parameter:</p>
<p>{"groupOp":"AND","rules":[{"field":"Status","op":"eq","data":"0"}]}</p>
<p>However, it becomes to:</p>
<p>{"groupOp":"AND","rules":[{"field":"Status","op":"eq","data":<span style="color: #ff0000;">null</span>}]}</p>
</p>
<p>2.&#160; I set the following options for the grid:</p>
<pre>forceFit:&#160;true,&#160;</pre>
<pre>autowidth:&#160;true,</pre>
<p>When I&#160; adjust the width of a column and navigate to the next page or change the size of&#160;the grid&#160;parent container, the width of this column will be restore to its initial value which has been defined by colModel option.</p>
<p>The following settings also have the same issue:</p>
<pre>autowidth:&#160;true,
shrinkToFit:&#160;false,</pre>
<p>However, jqGrid 3.8.2 doesn&#39;t have these issues above.&#160; Any idea for this? &#160;Thanks.</p></p>
]]></description>
        	        	<pubDate>Wed, 15 Feb 2012 13:23:40 +0200</pubDate>
        </item>
</channel>
</rss>