<?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: Grid shows only 21 records and no scroll bar</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/grid-shows-only-21-records-and-no-scroll-bar</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/grid-shows-only-21-records-and-no-scroll-bar/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>MamaliFrenchi on Grid shows only 21 records and no scroll bar</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-shows-only-21-records-and-no-scroll-bar#p9413</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-shows-only-21-records-and-no-scroll-bar#p9413</guid>
        	        	<description><![CDATA[<p>in order to view all records add rowNum=-1</p>
]]></description>
        	        	<pubDate>Mon, 07 Sep 2009 14:26:59 +0300</pubDate>
        </item>
        <item>
        	<title>masoodalam on Grid shows only 21 records and no scroll bar</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-shows-only-21-records-and-no-scroll-bar#p9408</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-shows-only-21-records-and-no-scroll-bar#p9408</guid>
        	        	<description><![CDATA[<blockquote>
<p>masoodalam said:</p>
<p>Had to set the rowNum to some large value.....</p>
<p>It works now.</p>
</p>
<p>Is there a way where we can se the rowNum programmatically..</p>
<p>Hi,</p>
</p>
<p>For some reason the grid only loads 21 records, though the records returned from the server are more.</p>
</p>
<p>Below is the javacript script I have used.</p>
</p>
<p>Thanks in advance</p>
</p>
<p>jQuery(document).ready(function() {</p>
<p>var str = document.getElementById(&#8221;&#60;%= some.ClientID %&#62;&#8221;).value</p>
<p>jQuery(&#8221;#GridView&#8221;).jqGrid({<br />url : &#39;Default.ashx?IID=&#39; + str,<br />datatype: &#39;xml&#39;,<br />mtype: &#39;GET&#39;,<br />height: 700,<br />width : 600,<br />colNames: [&#39;Fe&#39;, &#39;Be&#39;, &#39;Ms&#39;, &#39;Cd&#39;<br />],<br />colModel: [<br />{ name: &#39;Fe&#39;, index: &#39;Fe&#39;, width: 175 },<br />{ name: &#39;Be&#39;, index: &#39;Be&#39;, width: 150 },<br />{ name: &#39;Ms&#39;, index: &#39;Ms&#39;, width: 80, sortable: false },<br />{ name: &#39;Cd&#39;, index: &#39;Cd&#39;, width: 100, align: "right" },</p>
<p>],<br />multiselect:true, <br />caption: &#8220;Some captions&#8221;</p>
<p>});</p>
<p>}<br />);</p>
</p>
</blockquote>
<hr />
]]></description>
        	        	<pubDate>Mon, 07 Sep 2009 05:20:27 +0300</pubDate>
        </item>
        <item>
        	<title>masoodalam on Grid shows only 21 records and no scroll bar</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-shows-only-21-records-and-no-scroll-bar#p9402</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-shows-only-21-records-and-no-scroll-bar#p9402</guid>
        	        	<description><![CDATA[<p>Hi,</p>
</p>
<p>For some reason the grid only loads 21 records, though the records returned from the server are more.</p>
</p>
<p>Below is the javacript script I have used.</p>
</p>
<p>Thanks in advance</p>
</p>
<p>jQuery(document).ready(function() {</p>
<p>var str = document.getElementById("&#60;%= some.ClientID %&#62;").value</p>
<p>jQuery("#GridView").jqGrid({<br />url : &#39;Default.ashx?IID=&#39; + str,<br />datatype: &#39;xml&#39;,<br />mtype: &#39;GET&#39;,<br />height: 700,<br />width : 600,<br />colNames: [&#39;Fe&#39;, &#39;Be&#39;, &#39;Ms&#39;, &#39;Cd&#39;<br />],<br />colModel: [<br />{ name: &#39;Fe&#39;, index: &#39;Fe&#39;, width: 175 },<br />{ name: &#39;Be&#39;, index: &#39;Be&#39;, width: 150 },<br />{ name: &#39;Ms&#39;, index: &#39;Ms&#39;, width: 80, sortable: false },<br />{ name: &#39;Cd&#39;, index: &#39;Cd&#39;, width: 100, align: "right" },</p>
<p>],<br />multiselect:true, <br />caption: "Some captions"</p>
<p>});</p>
<p>}<br />);</p>
]]></description>
        	        	<pubDate>Mon, 07 Sep 2009 04:02:19 +0300</pubDate>
        </item>
</channel>
</rss>