<?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: ronumbers: true bug</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/ronumbers-true-bug</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/ronumbers-true-bug/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on ronumbers: true bug</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/ronumbers-true-bug#p17854</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/ronumbers-true-bug#p17854</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>There is another fix on this in GitHub.</p>
<p><a href="http://github.com/tonytomov/jqGrid/commit/080cfa80203265bc2b4589b731dfec6a1cc9edc2" rel="nofollow" target="_blank"><a href="http://github.com/tonytomov/jq" rel="nofollow">http://github.com/tonytomov/jq</a>.....6a1cc9edc2</a></p>
<p>Thanks.</p>
<p>Best Regards</p></p>
]]></description>
        	        	<pubDate>Thu, 10 Jun 2010 15:14:58 +0300</pubDate>
        </item>
        <item>
        	<title>tony on ronumbers: true bug</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/ronumbers-true-bug#p17798</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/ronumbers-true-bug#p17798</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>This is fixed here:</p>
<p><a href="http://github.com/tonytomov/jqGrid/commit/233d341d453c7a982a5c856f65969111818dc519" rel="nofollow" target="_blank"><a href="http://github.com/tonytomov/jq" rel="nofollow">http://github.com/tonytomov/jq</a>.....11818dc519</a></p>
</p>
<p>The fix is not provided into the 3.7 Beta</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 08 Jun 2010 15:06:39 +0300</pubDate>
        </item>
        <item>
        	<title>Ivan on ronumbers: true bug</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/ronumbers-true-bug#p17796</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/ronumbers-true-bug#p17796</guid>
        	        	<description><![CDATA[<p>Thank&#39;s, it works</p>
<p>But I found another "feature":</p>
<p>When I retrive my json data, jqGrid forms table:</p>
<p>&#60;table&#62;</p>
<p>&#160;&#160; &#60;tr id="37" /&#62;</p>
<p>&#160;&#160; &#60;tr id="38" /&#62;</p>
<p>&#160;&#160; &#60;tr id="39" /&#62;</p>
<p>&#60;/table&#62;</p>
<p>This is good. But after local sorting:</p>
<p>&#60;table&#62;</p>
<p>&#160;&#160; &#60;tr id="1" /&#62;</p>
<p>&#160;&#160; &#60;tr id="2"  /&#62;</p>
<p>&#160;&#160; &#60;tr id="3" /&#62;</p>
<p>&#60;/table&#62;</p>
<p>There are new identifiers !</p>
]]></description>
        	        	<pubDate>Tue, 08 Jun 2010 15:01:30 +0300</pubDate>
        </item>
        <item>
        	<title>tony on ronumbers: true bug</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/ronumbers-true-bug#p17791</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/ronumbers-true-bug#p17791</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Be a sure that your response contain the following parameters</p>
<pre><p><input type='button' class='sfcodeselect' name='sfselectit7294' value='Select Code' data-codeid='sfcode7294' /></p><div class='sfcode' id='sfcode7294'>{"records":"x","page":y,"total":z, rows: [...] }<br /><br />Note that these should be set correctly too.<br />The romnumbers are calculated on these parameters.<br /><br />Regards<br />Tony</div></pre>
]]></description>
        	        	<pubDate>Tue, 08 Jun 2010 14:35:18 +0300</pubDate>
        </item>
        <item>
        	<title>Ivan on ronumbers: true bug</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/ronumbers-true-bug#p17790</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/ronumbers-true-bug#p17790</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I&#39;m using jqGrid 3.7 beta. "rownumbers: true" work&#39;s incorrectly. Numbers begin with "row_number &#8211; rows_count" and increment by 1</p>
<p>Here is my jqGrid initialization code and retrived json:</p>
</p>
<p>$(grid).jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: &#39;some caption&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; url: &#39;&#60;%= Url.Action("Calculation", "Analytics", new {calcId = Model.Data.Id}) %&#62;&#39;, [asp.net mvc magic]<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; mtype: &#39;POST&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: &#39;json&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; loadui: &#39;block&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; loadonce: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel: colModel,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rownumbers: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; gridview: true&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; });</p>
</p>
<pre>{"rows":[<br />{"id":"1","cell":["string1",1,122466.740000]},<br />{"id":"2","cell":["string2",3,15113.070000]},<br />{"id":"3","cell":["string3",2,0.000000]}<br />]}<br /><br /><br />here is my colModel variable:<br /></pre>
<pre id="line193">var colModel = JSON.parse(&#39;[<br />{"align":"left","index":"B","label":"label1","name":"B","sortable":true,"sorttype":"text"},<br />{"align":"left","index":"BB","label":"label2","name":"BB","sortable":true,"sorttype":"float"},<br />{"align":"left","index":"BC","label":"label3","name":"BC","sortable":true,"sorttype":"float"}<br />]&#39;);<br /></pre></p>
]]></description>
        	        	<pubDate>Tue, 08 Jun 2010 14:11:07 +0300</pubDate>
        </item>
</channel>
</rss>