<?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: TreeGrid 20 Rows Limit</title>
	<link>http://www.trirand.com/blog/?page_id=393/treegrid/treegrid-20-rows-limit</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/treegrid/treegrid-20-rows-limit/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>dluis on TreeGrid 20 Rows Limit</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/treegrid-20-rows-limit#p21807</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/treegrid-20-rows-limit#p21807</guid>
        	        	<description><![CDATA[<p>Thanks. I thought that since there is no pagination on TreeGrids the RowNum wouldn&#39;t be necessary.</p>
</p>
<p>The line 1272 of grid.base.js:</p>
</p>
<p>if(ir==rn) { break; }</p>
</p>
<p>Should have in account if is a TreeGrid, and if yes, shouldn&#39;t break.</p></p>
]]></description>
        	        	<pubDate>Mon, 24 Jan 2011 17:42:44 +0200</pubDate>
        </item>
        <item>
        	<title>emmanuro06 on TreeGrid 20 Rows Limit</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/treegrid-20-rows-limit#p21806</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/treegrid-20-rows-limit#p21806</guid>
        	        	<description><![CDATA[<p>There is a option. By default Jqgrid shows only 20 lines. But you can change with this option</p>
<p>rowNum:20</p>
<p>For example :</p>
<p>&#160;&#160; &#160;&#160;&#160;&#160; jQuery("#tab").jqGrid({ <br />&#160;&#160; &#160; &#160;&#160;&#160; &#160; &#160;&#160;&#160; &#160;data: mydata,<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;datatype: "local", <br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;height: 600, <br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;colNames:[<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#39;id&#39;,<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#39;&#60;bean:message key="baws.callReport.date" /&#62;&#39;,<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#39;&#60;bean:message key="baws.callReport.entretien" /&#62;&#39;,<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#39;&#60;bean:message key="baws.callReport.gestionnaire" /&#62;&#39;,<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#39;&#60;bean:message key="baws.callReport.gestionnaire" /&#62;&#39;,<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#39;&#60;bean:message key="baws.callReport.gestionnaire" /&#62;&#39;], <br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;colModel:[ <br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;id&#39;,index:&#39;id&#39;, width:60, hidden:true}, <br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;dateEnt&#39;,index:&#39;dateEnt&#39;, width:150, editable:true}, <br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;entretien&#39;,index:&#39;entretien&#39;, width:150 ,editable:true}, <br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;client&#39;,index:&#39;client&#39;, width:150, editable:true}, <br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;gestionnaire&#39;,index:&#39;gestionnaire&#39;, width:250, editable:true},<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;cleAudit&#39;,index:&#39;cleAudit&#39;, width:250, hidden:true}<br />&#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;grouping: true, <br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;toolbar: [true,"top"],<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;ondblClickRow: function(rowId) {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; var cle = $(&#39;#tab&#39;).jqGrid(&#39;getCell&#39;, rowId, &#39;cleAudit&#39;);<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; var url = "&#60;html:rewrite forward=&#39;detailCallReport&#39; /&#62;&#38;cleAudit=" + cle <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;window.location = url&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; },<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;caption: "Manipulating Array Data",<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;pager: &#39;#ptab&#39;,<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;pgbuttons:true, // Bouton de changement de page<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;pginput:true,&#160;&#160; // Input de changement de page<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; <strong>&#160;rowNum:25,</strong><br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;editurl: "server.php"<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;});</p></p>
]]></description>
        	        	<pubDate>Mon, 24 Jan 2011 17:28:09 +0200</pubDate>
        </item>
        <item>
        	<title>dluis on TreeGrid 20 Rows Limit</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/treegrid-20-rows-limit#p21804</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/treegrid-20-rows-limit#p21804</guid>
        	        	<description><![CDATA[<p>I am having a problem with TreeGrid Adjacency with Json data. I&#39;m sending in Json 23 rows but the Tree only shows 20.</p>
</p>
<p>Is this a bug or a feature? I already read the documentation and didn&#39;t find anything about it and also found this <a href="http://stackoverflow.com/questions/4193113/jqgrid-tree-grid-with-pager&#160;with" rel="nofollow" target="_blank"><a href="http://stackoverflow.com/quest" rel="nofollow">http://stackoverflow.com/quest</a>.....&#160;with</a> someone with the same problem.</p>
]]></description>
        	        	<pubDate>Mon, 24 Jan 2011 16:19:40 +0200</pubDate>
        </item>
</channel>
</rss>