<?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: addRowData fails to add row number</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/addrowdata-fails-to-add-row-number</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/addrowdata-fails-to-add-row-number/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on addRowData fails to add row number</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/addrowdata-fails-to-add-row-number#p17570</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/addrowdata-fails-to-add-row-number#p17570</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thank you. Yes I confirm it is a bug. It is fixed in GitHub - 3.7 version</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 30 May 2010 11:55:48 +0300</pubDate>
        </item>
        <item>
        	<title>Rahman on addRowData fails to add row number</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/addrowdata-fails-to-add-row-number#p17543</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/addrowdata-fails-to-add-row-number#p17543</guid>
        	        	<description><![CDATA[<p>Hi there,</p>
<p>I am using rownumbers = ture and it works fine when grid displays the first time (or even refreshed) but when I call the "addRowData" to add a new row, it does add the row but fails to add the first column (row number).</p>
<p>I debugged it and found out that the addRowData method passed the incorrect position to "formatCol" method.</p>
<p>So when I changed this line (Version 3.6.5 =&#62; grid.base.js =&#62; addRowData =&#62; Line 1920) from</p>
<p>prp = t.formatCol(ni,1,&#39;&#39;);</p>
<p>to</p>
<p>prp = t.formatCol(0,1,&#39;&#39;);</p>
<p>Everything worked fine (and the row numbers were added correctly).</p>
<p>It seems like a bug, but let me know if I am missing the plot. <img class="spSmiley" style="margin:0" title="Confused" src="/blog/wp-content/forum-smileys/sf-confused.gif" alt="Confused" /></p>
</p>
<p>Thanks.</p>
<p>Rahman.</p>
]]></description>
        	        	<pubDate>Fri, 28 May 2010 17:08:38 +0300</pubDate>
        </item>
</channel>
</rss>