<?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" don't work</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/pager-dont-work</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-dont-work/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>stipko on "pager" don't work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/pager-dont-work#p19463</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/pager-dont-work#p19463</guid>
        	        	<description><![CDATA[<blockquote>
<p>P.S. @Tony. I would you recommend to include <strong>alert()</strong> message in <strong>grid.base.js</strong> is case<br />if somebody try use it without including of any <strong>grid.locale-XX.js</strong> file. Such message<br />can be more understandable as the error message like "<strong>b.jgrid.formatter is undefined</strong>".</p>
</blockquote>
<hr />
<p>now, <strong>that</strong>&#160;will be polite <img class="spSmiley" style="margin:0" title="Laugh" src="/blog/wp-content/forum-smileys/sf-laugh.gif" alt="Laugh" /></p>
]]></description>
        	        	<pubDate>Wed, 01 Sep 2010 17:51:09 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on "pager" don't work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/pager-dont-work#p19407</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/pager-dont-work#p19407</guid>
        	        	<description><![CDATA[<p>First of all you should verify that you included <strong>grid.locale-en.js</strong> before <strong>jquery.jqGrid.min.js</strong>.</p>
<p>Compare your problem with the problem described in <a href="http://stackoverflow.com/questions/3491963/pagination-problem-in-jqgrid-with-array-data/3495210#3495210" rel="nofollow" target="_blank"><a href="http://stackoverflow.com/quest" rel="nofollow">http://stackoverflow.com/quest</a>.....10#3495210</a>.<br /> Look at <a href="http://www.ok-soft-gmbh.com/jqGrid/ClientSidePaging.htm&#160;as" rel="nofollow" target="_blank"><a href="http://www.ok-soft-gmbh.com/jq" rel="nofollow">http://www.ok-soft-gmbh.com/jq</a>.....tm&#160;as</a> a working example.</p>
<p>To have correct sorting in your grid look at /blog/?page_id=393/help/client-side-date-sorting-is-not-working/&#160;and the example<br /> <a href="http://www.ok-soft-gmbh.com/jqGrid/Octavient.htm" rel="nofollow" target="_blank"><a href="http://www.ok-soft-gmbh.com/jq" rel="nofollow">http://www.ok-soft-gmbh.com/jq</a>.....avient.htm</a>. I&#39;ll recommend you define datefmt:"d-m-Y"<br /> and sorttype:"date" for the &#39;expireds&#39; column.</p>
<p>By the way, the line</p>
<p>&#160;&#160;&#160; for(var i=0;i&#60;<strong>=</strong>mydata.length;i++)</p>
<p>would be also replace to</p>
<p>&#160;&#160;&#160; for(var i=0;i&#60;mydata.length;i++)</p>
<p>Best regards<br />Oleg</p>
<p>P.S. @Tony. I would you recommend to include <strong>alert()</strong> message in <strong>grid.base.js</strong> is case<br />if somebody try use it without including of any <strong>grid.locale-XX.js</strong> file. Such message<br />can be more understandable as the error message like "<strong>b.jgrid.formatter is undefined</strong>".</p>
]]></description>
        	        	<pubDate>Mon, 30 Aug 2010 01:17:13 +0300</pubDate>
        </item>
        <item>
        	<title>stipko on "pager" don't work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/pager-dont-work#p19406</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/pager-dont-work#p19406</guid>
        	        	<description><![CDATA[<p>I am using jqGrid &#160;3.7.2 and get same error "<strong>b.jgrid.formatter is undefined"&#160;</strong>. Does pager work in this version at all?&#160;</p>
</p>
<p>now, this is&#160;embarrassing. I forgot to include lang.js file ... it works</p>
]]></description>
        	        	<pubDate>Sun, 29 Aug 2010 23:17:48 +0300</pubDate>
        </item>
        <item>
        	<title>tony on "pager" don't work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/pager-dont-work#p16681</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/pager-dont-work#p16681</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Currently the pager does not work with local data. It will be in 3.7 releae</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 26 Apr 2010 13:34:29 +0300</pubDate>
        </item>
        <item>
        	<title>lbottoni on "pager" don't work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/pager-dont-work#p16582</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/pager-dont-work#p16582</guid>
        	        	<description><![CDATA[<pre id="line192"><br /></pre>
<p>why don&#39;t work the "pager"?</p>
</p>
<pre id="line1"> &#60;script type="text/javascript"&#62;<br />  $(function ()<br />    { <br />	$("#gbl").jqGrid(<br />		{<br />		datatype: "clientSide",<br />		height: &#39;auto&#39;,<br />		colNames:[&#39;Numero&#39;,&#39;Data scadenza&#39;, &#39;Tipo&#39;],<br />		colModel:[<br />					{name:&#39;phone&#39;,index:&#39;phone&#39;, width:200, sorttype:"int"},<br />					{name:&#39;expireds&#39;,index:&#39;expireds&#39;, width:200,sorttype:&#39;text&#39;},<br />					{name:&#39;typebl&#39;,index:&#39;typebl&#39;, width:100, sorttype:"text"}<br />	 				],<br />		multiselect: false,<br />		caption: "Black List",<br />                rowNum:10,<br />		pager: "#pager9"<br />		});<br />	<br />	var mydata = [<br />				{phone:"00390104310990", expireds:"24-04-2010", typebl:"Static"},<br />				{phone:"00390104310991", expireds:"08-04-2010", typebl:"Static"},<br />				{phone:"00390104310992", expireds:"16-08-2010", typebl:"Static"},<br />				{phone:"00390104310993", expireds:"16-01-2010", typebl:"Dynamic"},<br />				{phone:"00390104310994", expireds:"08-06-2010", typebl:"Dynamic"},<br />				{phone:"00390104310995", expireds:"22-05-2010", typebl:"Dynamic"},<br />				{phone:"00390104310996", expireds:"29-05-2010", typebl:"Dynamic"},<br />				{phone:"00390104310997", expireds:"07-12-2010", typebl:"Static"},<br />				{phone:"00390104310998", expireds:"18-09-2010", typebl:"Static"},<br />				{phone:"00390104310999", expireds:"13-02-2010", typebl:"Static"},<br />				{phone:"003901043109910", expireds:"05-11-2010", typebl:"Static"},<br />				{phone:"003901043109911", expireds:"31-02-2010", typebl:"Dynamic"},<br />				{phone:"003901043109912", expireds:"26-08-2010", typebl:"Static"},<br />				{phone:"003901043109913", expireds:"20-02-2010", typebl:"Static"},<br />				{phone:"003901043109914", expireds:"28-05-2010", typebl:"Dynamic"},<br />				{phone:"003901043109915", expireds:"06-01-2010", typebl:"Static"},<br />				{phone:"003901043109916", expireds:"19-01-2010", typebl:"Dynamic"},<br />				{phone:"003901043109917", expireds:"03-03-2010", typebl:"Dynamic"},<br />				{phone:"003901043109918", expireds:"25-10-2010", typebl:"Static"},<br />				{phone:"003901043109919", expireds:"23-02-2010", typebl:"Static"},<br />				{phone:"003901043109920", expireds:"12-04-2010", typebl:"Static"},<br />				{phone:"003901043109921", expireds:"11-04-2010", typebl:"Static"},<br />				{phone:"003901043109922", expireds:"19-02-2010", typebl:"Dynamic"},<br />				{phone:"003901043109923", expireds:"15-10-2010", typebl:"Static"},<br />				{phone:"003901043109924", expireds:"12-08-2010", typebl:"Static"},<br />				{phone:"003901043109925", expireds:"23-11-2010", typebl:"Static"},<br />				{phone:"003901043109926", expireds:"12-06-2010", typebl:"Static"},<br />				{phone:"003901043109927", expireds:"15-07-2010", typebl:"Dynamic"},<br />				{phone:"003901043109928", expireds:"15-04-2010", typebl:"Static"},<br />				{phone:"003901043109929", expireds:"05-01-2010", typebl:"Dynamic"},<br />				{phone:"003901043109930", expireds:"30-06-2010", typebl:"Dynamic"},<br />				{phone:"003901043109931", expireds:"20-10-2010", typebl:"Static"},<br />				{phone:"003901043109932", expireds:"13-05-2010", typebl:"Static"},<br />				{phone:"003901043109933", expireds:"26-10-2010", typebl:"Static"},<br />				{phone:"003901043109934", expireds:"11-03-2010", typebl:"Dynamic"},<br />				{phone:"003901043109935", expireds:"08-11-2010", typebl:"Dynamic"}<br />				];<br />	for(var i=0;i&#60;=mydata.length;i++)<br />	$("#gbl").jqGrid(&#39;addRowData&#39;,i+1,mydata[i]);	<br />    });<br /><br />  &#60;/script&#62;<br /><br />&#60;body&#62;<br /></pre>
<pre id="line192">  &#60;table id="gbl"&#62;&#60;/table&#62;<br />	&#60;div id="pager9"&#62;&#60;/div&#62; </pre>
<p>&#60;/body&#62;</p>
<p>error<br />--------------------<br /><strong>b.jgrid.formatter is undefined</strong><br /><img class="spSmiley" style="margin:0" title="Cry" src="/blog/wp-content/forum-smileys/sf-cry.gif" alt="Cry" /></p>
]]></description>
        	        	<pubDate>Wed, 21 Apr 2010 17:50:36 +0300</pubDate>
        </item>
</channel>
</rss>