<?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: Bug in setCell</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-in-setcell</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/bug-in-setcell/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Bug in setCell</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-in-setcell#p20118</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/bug-in-setcell#p20118</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. Fixed</p>
<p>It should be</p>
<p>if(typeof(index) != "undefined") }</p>
<p>....</p>
<p>}</p>
</p>
<p>KInd Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 02 Oct 2010 20:22:47 +0300</pubDate>
        </item>
        <item>
        	<title>madguy on Bug in setCell</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-in-setcell#p20113</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/bug-in-setcell#p20113</guid>
        	        	<description><![CDATA[<p>I&#39;m sorry in poor English.</p>
<p>i found this bug in jqgrid 3.8.</p>
<p>grid.base.js</p>
<p>2950-2957</p>
<p>If you set the value of the first row, 0 is assigned to a variable number.</p>
<p>Therefore, the conditional expression returns false.</p>
<p>The value is not set in the first row.</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6774' value='Select Code' data-codeid='sfcode6774' /></p>
<div class='sfcode' id='sfcode6774'>if($t.p.datatype == &#34;local&#34;) {<br />&#160;&#160; &#160;var cm = $t.p.colModel[pos], index;<br />&#160;&#160; &#160;nData = cm.formatter &#38;&#38; typeof(cm.formatter) === &#39;string&#39; &#38;&#38; cm.formatter == &#39;date&#39; ? $.unformat.date(nData,cm) : nData;<br />&#160;&#160; &#160;index = $t.p._index[rowid];<br />&#160;&#160;&#160; // here<br />&#160;&#160; &#160;if(index) {<br />&#160;&#160; &#160;&#160;&#160; &#160;$t.p.data[index][cm.name] = nData;<br />&#160;&#160; &#160;}<br />}</div>
]]></description>
        	        	<pubDate>Sat, 02 Oct 2010 02:12:56 +0300</pubDate>
        </item>
</channel>
</rss>