<?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: More than 100 rows!</title>
	<link>http://www.trirand.com/blog/?page_id=393/discussion/more-than-100-rows</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/discussion/more-than-100-rows/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Clement on More than 100 rows!</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/more-than-100-rows#p5977</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/more-than-100-rows#p5977</guid>
        	        	<description><![CDATA[<p>I have solved mine too.. Not sure why I had to move the line setting response content type above the xml data generation loop. I used to have it at the end of the page after the the data get generated in xml format.</p>
<p>Thanks!</p>
]]></description>
        	        	<pubDate>Mon, 13 Apr 2009 20:47:20 +0300</pubDate>
        </item>
        <item>
        	<title>coolkay on More than 100 rows!</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/more-than-100-rows#p5973</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/more-than-100-rows#p5973</guid>
        	        	<description><![CDATA[<p>My problem was that the data was NOT formatted correctly. I added one row at a time (15, 16, 17 etc...) to discover the individual column data was the problem.</p>
]]></description>
        	        	<pubDate>Mon, 13 Apr 2009 11:27:26 +0300</pubDate>
        </item>
        <item>
        	<title>Clement on More than 100 rows!</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/more-than-100-rows#p5971</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/more-than-100-rows#p5971</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>Any solution? I face similar issue where I can set rowNum above 15. When I set rowNum to 20, the xml response has 20 rows but the grid is empty.</p>
<p>Changing rowNum back to 15 loads the grid. What have I missed?</p>
<p>Thanks!</p>
]]></description>
        	        	<pubDate>Mon, 13 Apr 2009 11:12:58 +0300</pubDate>
        </item>
        <item>
        	<title>coolkay on More than 100 rows!</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/more-than-100-rows#p5633</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/more-than-100-rows#p5633</guid>
        	        	<description><![CDATA[<blockquote>
<p>tony said:</p>
<p>Hello,</p>
<p>Check your rowNum parameter in jqGrid. Also check if your server return the correct data.</p>
<p>Regards</p>
<p>Tony</p>
</blockquote>
<hr />
<p>Hi</p>
<p>Great control!</p>
<p>Actually, i do have it set to 1000 and the server is sending 1000 rows of data. I included some details. Let me know if you need more!</p>
<p>jQuery("#list2").jqGrid({<br />&#160;&#160;&#160; <a href="&#39;/iBatisPlay/experimental/data.json?nd=&#39;+new" target="_blank">url:&#39;/iBatisPlay/experimental/data.json?nd=&#39;+new</a> Date().getTime(),</p>
<p>&#160;&#160;&#160; datatype: &#39;json&#39;,</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; jsonReader : {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; root: "rows",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; page: "page",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; total: "total",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; records: "records",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; repeatitems: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; cell: "cell",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; id: "id",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; userdata: "userdata",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; subgrid: {root:"rows", <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; repeatitems: true, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; cell:"cell"<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; },&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160; colNames:[&#39;#&#39;,&#39;Contact Name&#39;,&#39;Last Name&#39;,&#39;First Name&#39;,&#39;Company&#39;,&#39;Phone&#39;,&#39;Address&#39;,&#39;Email&#39;],&#160;&#160;</p>
<p>&#160;&#160;&#160; colModel:[<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;ID&#39;,index:&#39;ID&#39;,width:50,sorttype:"float"},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;ContactName&#39;,index:&#39;ContactName&#39;,width:125, editable: true},<br />&#160;&#160;&#160; &#160;{name:&#39;lastname&#39;,index:&#39;lastname&#39;, width:75},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;firstname&#39;,index:&#39;firstname&#39;, width:75},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;company&#39;,index:&#39;company&#39;, width:125},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;phone&#39;,index:&#39;phone&#39;, width:125},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;address&#39;,index:&#39;address&#39;, width:250},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;email&#39;,index:&#39;email&#39;, width:125}<br />&#160;&#160;&#160; ],<br />&#160;&#160;&#160; <br />&#160;&#160;&#160; pager: jQuery(&#39;#pager2&#39;),</p>
<p>&#160;&#160;&#160; rowNum:1000,<br />&#160;&#160;&#160; <br />&#160;&#160;&#160; imgpath: &#39;/ibatisplay/experimental/images&#39;,</p>
<p>&#160;&#160;&#160; sortname: &#39;id&#39;,</p>
<p>&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160; <br />&#160;&#160;&#160; sortorder: &#39;desc&#39;,<br />&#160;&#160;&#160; <br />&#160;&#160;&#160; caption: &#39;Contacts DEMO&#39;,<br />&#160;&#160;&#160; <br />&#160;&#160;&#160; loadonce: true,<br />&#160;&#160;&#160; <br />&#160;&#160;&#160; loadtext: "Loading contacts...",<br />&#160;&#160;&#160; <br />&#160;&#160;&#160; multiselect: true,&#160;&#160;&#160; <br />&#160;&#160;&#160; <br />&#160;&#160;&#160; multiboxonly: true,<br />&#160;&#160;&#160; <br />&#160;&#160;&#160; toolbar: [true,"top"],<br />&#160;&#160;&#160; <br />&#160;&#160;&#160; height: "50%"<br />});<br />});</p>
<p><strong>Snippet of Data</strong></p>
<p><span style="font-size: x-small;"></span></p>
<p>{total: 11,</p>
<p>page: 1,</p>
<p>records: 1000,</p>
<p>rows: [</p>
<p>{id: &#39;14835&#39;, cell:[&#39;1&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;Knoll Showroom&#39;,&#39;416-365-3000 (Office Direct)&#39;,&#39;109 Atlantic Avenue Suit 200 -- Toronto -- ON -- -- M6K 1X4&#39;,&#39;&#39;]}</p>
<p>,{id: &#39;14762&#39;, cell:[&#39;2&#39;,&#39;(Akan) Bowyer, Sheila&#39;,&#39;(Akan) Bowyer&#39;,&#39;Sheila&#39;,&#39;RBC Dexia Investor Services Trust&#39;,&#39;416-955-3514 (Office Direct)&#39;,&#39;200 Bay Street, 24th Floor -- Toronto -- ON -- Canada -- M5J 2J5&#39;,&#39;sheila.bowyer@rbcdexia-is.com&#39;]}</p>
<p>,{id: &#39;14859&#39;, cell:[&#39;3&#39;,&#39;007, Contact&#39;,&#39;007&#39;,&#39;Contact&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;]}</p>
<p><font size="2"></p>
<p></font></p>
</p>
<p><span style="font-size: x-small;"></span></p>
<p>,{id: &#39;792&#39;, cell:[&#39;998&#39;,&#39;Bezalel, Aharon&#39;,&#39;Bezalel&#39;,&#39;Aharon&#39;,&#39;&#39;,&#39;0119-722-641-1455 (Office General)&#39;,&#39;Mevo Hashar 3 Ein-Kerem -- Jerusalem 95-744 -- Israel&#39;,&#39;rachelfr@zahav.net.il&#39;]}</p>
<p>,{id: &#39;1917&#39;, cell:[&#39;999&#39;,&#39;Bhardwaj, Rahul&#39;,&#39;Bhardwaj&#39;,&#39;Rahul&#39;,&#39;The AGO Foundation&#39;,&#39;905-474-9974 (Office General)&#39;,&#39;United Way York Region 80F Centurian Drive Suite 200 -- Markham -- ON -- Canada -- L3R 8C1&#39;,&#39;rbhardwaj@uwyr.on.ca&#39;]}</p>
<p>,{id: &#39;793&#39;, cell:[&#39;1000&#39;,&#39;Bhargava, Paras&#39;,&#39;Bhargava&#39;,&#39;Paras&#39;,&#39;BMO Nesbitt Burns&#39;,&#39;416-359-6941 (Office Direct)&#39;,&#39;1 First Canadian Place 100 King Street West P. O. Box 150 -- Toronto -- ON -- Canada -- M5X 1H3&#39;,&#39;&#39;]}</p>
<p>]}</p>
<p><font size="2"></p>
<p></font></p>
<p>Thank you</p>
<p>Abel</p>
]]></description>
        	        	<pubDate>Thu, 26 Mar 2009 07:53:00 +0200</pubDate>
        </item>
        <item>
        	<title>tony on More than 100 rows!</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/more-than-100-rows#p5611</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/more-than-100-rows#p5611</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Check your rowNum parameter in jqGrid. Also check if your server return the correct data.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 26 Mar 2009 02:48:52 +0200</pubDate>
        </item>
        <item>
        	<title>coolkay on More than 100 rows!</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/more-than-100-rows#p5605</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/more-than-100-rows#p5605</guid>
        	        	<description><![CDATA[<p>Hi - How can I get more than 100 rows to show up in my jqGrid? I&#39;m using JSON data and the file has more than 100 rows but nothing shows up. On the other hand if I limit it to 100 rows all the rows show in grid.</p>
</p>
<p>Thanks</p>
<p>Abel</p>
]]></description>
        	        	<pubDate>Wed, 25 Mar 2009 15:19:25 +0200</pubDate>
        </item>
</channel>
</rss>