<?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: page/row quantity reporting issue</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/pagerow-quantity-reporting-issue</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/pagerow-quantity-reporting-issue/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Energetic Pixels on page/row quantity reporting issue</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/pagerow-quantity-reporting-issue#p16734</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/pagerow-quantity-reporting-issue#p16734</guid>
        	        	<description><![CDATA[<p>Ignore my posting below.  I found my answer right after I sent it.<br />
Tony</p>
]]></description>
        	        	<pubDate>Mon, 26 Apr 2010 23:13:17 +0300</pubDate>
        </item>
        <item>
        	<title>Energetic Pixels on page/row quantity reporting issue</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/pagerow-quantity-reporting-issue#p16733</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/pagerow-quantity-reporting-issue#p16733</guid>
        	        	<description><![CDATA[<p>Ok.&#160; I am seeing rows 1 through 20 being rendered in my grid.&#160; Which is great!&#160; But my problem is that I believe that I have set up my grid to display ALL rows, of which there are 70 some odd.&#160; <a href="http://www.serco-hrc.com/testMe/index.html" target="_blank">Here</a> is the live demonstration to what it is doing.&#160; To see what I am talking about, click the "Bullet" menu item that pulls down after hover over Small Arms.</p>
</p>
<p>Here is my code that controls that "bullet" menu item:</p>
<p>$(&#39;#bullet&#39;).click(function() {<br />&#160;&#160; &#160;&#160;&#160; &#160;$(&#39;#searchResults&#39;).jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; url: &#39;weaponLib/AME_sa-bullet.xml&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: &#39;xml&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames:["DODIC","NSN", "Size/Caliber", "Nomenclature"],<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;colModel:[<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:"dodic",index:"dodic", xmlmap:"DODIC", width:30, align:"center", sorttype:"float"},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:"NSN",index:"NSN", xmlmap:"transData&#62;NSN", width:40, align:"center"},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:"size", index:"size", xmlmap:"size",width:30, align:"center"},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:"nomenclature",index:"nomenclature", xmlmap:"nomenclature", width:120, align:"left"}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; height:250,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;width: 900,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;viewrecords: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;xmlReader: {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;root : "smallArms",<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;row: "bullet",<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;repeatitems: false,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;id: "[saId]"<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;scroll: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;altRows: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;pager: &#39;gridNavBar&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;caption: "Bullet Results"<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; });<br />&#160;&#160; &#160;&#160;&#160; &#160;$(&#39;#welcome&#39;).css(&#39;display&#39;, &#39;none&#39;);<br />&#160;&#160; &#160;&#160;&#160; &#160;$(&#39;#theGrid&#39;).css(&#39;display&#39;, &#39;block&#39;);<br />&#160;&#160; &#160;});</p>
</p>
<p>Also, how do I clear the display if someone would select one menu item and not find what they are looking for. Then they select another menu item.&#160; The original grid still remains displayed and unmoved.</p>
</p>
<p>Sorry for asking about the simple stuff, but I am learning javascript through "Trial by fire"; as I go.</p>
</p>
<p>Tony</p>
</p>
<p>tony</p></p>
]]></description>
        	        	<pubDate>Mon, 26 Apr 2010 23:07:57 +0300</pubDate>
        </item>
</channel>
</rss>