<?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: After sort one row is missing</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/after-sort-one-row-is-missing</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/help/after-sort-one-row-is-missing/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on After sort one row is missing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/after-sort-one-row-is-missing#p24932</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/after-sort-one-row-is-missing#p24932</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>As I see the sort does not depend on the grid, but in your script server side.</p>
</p>
<p>Regards</p></p>
]]></description>
        	        	<pubDate>Thu, 20 Oct 2011 04:36:50 +0300</pubDate>
        </item>
        <item>
        	<title>vagarenko on After sort one row is missing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/after-sort-one-row-is-missing#p24927</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/after-sort-one-row-is-missing#p24927</guid>
        	        	<description><![CDATA[<p>got the same problem</p>
<p>solved by setting rowNum to 1000</p>
]]></description>
        	        	<pubDate>Thu, 20 Oct 2011 04:06:28 +0300</pubDate>
        </item>
        <item>
        	<title>adie on After sort one row is missing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/after-sort-one-row-is-missing#p24825</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/after-sort-one-row-is-missing#p24825</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>&#160; &#160;I have a following grid:</p>
<p>$("#reportTable").jqGrid({<br />&#160;url:&#39;someUrl&#39;,<br /> datatype: "json",<br /> colNames:[&#39;Error count&#39;,&#39;Object&#39;, &#39;System&#39;, &#39;Error Code&#39;,&#39;Direction&#39;,&#39;Description&#39;],<br /> colModel:[<br /> {name:&#39;count&#39;,index:&#39;count&#39;, width:45, sorttype:"int", fixed: true},<br /> {name:&#39;object&#39;,index:&#39;object&#39;, width:120, fixed: true},<br /> {name:&#39;system&#39;,index:&#39;system&#39;, width:100, fixed: true},<br /> {name:&#39;errorCode&#39;,index:&#39;errorCode&#39;, width:120, formatter: formatLink, key: true, fixed: true},<br /> {name:&#39;direction&#39;,index:&#39;direction&#39;, width:200, fixed: true},<br /> {name:&#39;description&#39;,index:&#39;description&#39;, width:80}<br /> ],<br /> rowNum:-1,<br /> sortname: &#39;count&#39;,<br /> sortorder: "desc",<br /> loadonce: true,<br /> caption: "Result",<br /> cellEdit: false,<br /> autowidth: true,<br /> height: "auto",<br />ajaxGridOptions: { timeout: 30000 },<br /> postData: {<br /> fromDate:   function() {return $(&#39;#fromDate&#39;).val()},<br /> fromTime:   function() {return $(&#39;#fromTime&#39;).val()},<br /> toDate:   function() {return $(&#39;#toDate&#39;).val()},<br /> toTime:   function() {return $(&#39;#toTime&#39;).val()}<br /> },<br /> jsonReader : {<br /> root: "errorReportModel",<br /> repeatitems: false<br /> }<br /> });</p>
</p>
<p>The problem is that after sorting one row is missing. When first loaded everything is ok. But after sorting last row (different row depending on the sort condition) is always missing. It is purely display problem because this row is displayed when you change sort order again (but other is missing). I am using JQ 1.6.4 and newest jqGrid, but it is the same on JQ 1.5.2.</p>
]]></description>
        	        	<pubDate>Thu, 06 Oct 2011 15:32:29 +0300</pubDate>
        </item>
</channel>
</rss>