<?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: Pager not working</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/pager-not-working</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/pager-not-working/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>MamaliFrenchi on Pager not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/pager-not-working#p9052</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/pager-not-working#p9052</guid>
        	        	<description><![CDATA[<p>First of all the pager must be pointed to a jquery object, so in your case : pager:jquery( &#39;#pager2&#39;), then you must also add navGrid in order to add + Edit, and other built in buttons. Please read the documentation all those issuues are explained.</p>
<p><a href="http://www.secondpersonplural.ca/jqgriddocs/index.htm" rel="nofollow" target="_blank"><a href="http://www.secondpersonplural" rel="nofollow">http://www.secondpersonplural</a>....../index.htm</a></p>
]]></description>
        	        	<pubDate>Sun, 30 Aug 2009 10:51:57 +0300</pubDate>
        </item>
        <item>
        	<title>Tony on Pager not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/pager-not-working#p9043</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/pager-not-working#p9043</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>&#160;i wrote about my problem before, but i still has not idea whare can be a problem.</p>
<p>I atached HTML output from my page. Data to Grid are atached by "clientside" method</p>
<p>Parameter rowNum is ste to value 2</p>
<p>Please help me in my problem</p>
<p>thank you for any idea</p>
</p>
<p>Tony</p>
</p>
<p>&#60;script type="text/javascript" type="text/javascript"&#62;<br />&#160;&#160;&#160; jQuery(document).ready(function(){<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list2").jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; //url:&#39;code/OverView/GridData.php&#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; //mtype: &#39;GET&#39;,</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: &#39;clientSide&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames:[&#39;Inv No&#39;,&#39;Date&#39;,&#39;Value&#39;, &#39;Unit&#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;&#160; {name:&#39;invid&#39;,index:&#39;invid&#39;, width:55, sorttype:&#39;int&#39;},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;date1&#39;,index:&#39;date1&#39;, width:90, sorttype:&#39;date&#39;, datefmt:&#39;Y-m-d&#39;},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;amount&#39;,index:&#39;amount&#39;, width:80, align:&#39;right&#39;,sorttype:&#39;float&#39;},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;unit&#39;,index:&#39;unit&#39;, width:80, align:&#39;right&#39;,sorttype:&#39;int&#39;},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortname: &#39;date1&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortorder: &#39;asc&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; autowidth: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pager: &#39;#pager2&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowNum:2,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: &#39;Consumtion History&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pginput: false<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; });<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list2").addRowData("0",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {invid:"0",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; date1:"2009-01-10",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; amount:"1 234",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; unit: "KWH"});jQuery("#list2").addRowData("1",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {invid:"1",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; date1:"2009-02-02",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; amount:"4 567",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; unit: "KWH"});jQuery("#list2").addRowData("2",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {invid:"2",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; date1:"2009-03-03",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; amount:"976 478 887 766",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; unit: "MWH"});jQuery("#list2").addRowData("3",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {invid:"3",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; date1:"2009-04-22",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; amount:"897 867 657 644 655",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; unit: "KWH"});jQuery("#list2").addRowData("4",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {invid:"4",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; date1:"2009-07-31",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; amount:"9",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; unit: "WH"});jQuery("#list2").addRowData("5",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {invid:"5",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; date1:"2009-08-31",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; amount:"10",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; unit: "WH"});<br />&#160;&#160;&#160; });<br />&#60;/script&#62;</p></p>
]]></description>
        	        	<pubDate>Sun, 30 Aug 2009 08:00:14 +0300</pubDate>
        </item>
</channel>
</rss>