<?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: Problem when press Button Next Page </title>
	<link>http://www.trirand.com/blog/?page_id=393/help/problem-when-press-button-next-page</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/problem-when-press-button-next-page/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>victork on Problem when press Button Next Page </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/problem-when-press-button-next-page#p9117</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/problem-when-press-button-next-page#p9117</guid>
        	        	<description><![CDATA[<p>Good Tony</p>
<p>Works!!!!!</p>
<p>And without reloadGrid!!!!!</p>
<p>Thank you very much</p>
<p>Best Regards</p>
]]></description>
        	        	<pubDate>Mon, 31 Aug 2009 08:14:34 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Problem when press Button Next Page </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/problem-when-press-button-next-page#p9111</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/problem-when-press-button-next-page#p9111</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Remove <strong>pagina=&#8221; + paginaActual from url and do<br /></strong></p>
<p>..jqGrid({</p>
<p>....</p>
<p>postData:{pagina:paginaActual},</p>
<p>...</p>
<p>});</p>
</p>
<p>Also you do not need to trigger the grid. It is done automatically after this event ends.</p>
</p>
<p>Regards</p>
<p>Tony</p></p>
]]></description>
        	        	<pubDate>Mon, 31 Aug 2009 06:25:17 +0300</pubDate>
        </item>
        <item>
        	<title>victork on Problem when press Button Next Page </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/problem-when-press-button-next-page#p9033</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/problem-when-press-button-next-page#p9033</guid>
        	        	<description><![CDATA[<p>Hi Tony</p>
<p>I have a problem to jump to the next page.</p>
<p>My "url" in the Grid is</p>
<p><strong>"url:"seteos.ashx?accion=leerJSON&#38;campo=descr_campo_1&#38;valorCampo=&#39;&#39;&#38;cantidadRegistros=" + nroRenglones + "&#38;pagina=" + paginaActual + "&#38;totalRegistros=" + totalRegistros"</strong></p>
<p>paginaActual = 1 and in server i read "pagina=1" and return</p>
<p><strong>{page:"1",total:"2",records:"18",rows:[{id:"59", cell:["59","Acoyte 25 - 4 K","Capital","1405","","4902-1925",&#39;&#39;]},{id:"62", cell:["62","Arieta 2205","San Justo","1254","","",&#39;&#39;]},{id:"61", cell:["61","Arieta 2353","San Justo","1725","","4653-3234",&#39;&#39;]},{id:"63", cell:["63","Av. Independencia 2353","Capital","","","4322-4255",&#39;&#39;]},{id:"65", cell:["65","Av. La Plata 234","Capital","1424","","",&#39;&#39;]},{id:"64", cell:["64","Av. Rivadavia 4995 - Local 25","Capital","1405","","4902-1882",&#39;&#39;]},{id:"60", cell:["60","Camargo 774","Capital","Capital","","4854-6123",&#39;&#39;]},{id:"45", cell:["45","Corrientes 5525 - 6 &#39;43&#39;","Capital","1414","","",&#39;&#39;]},{id:"57", cell:["57","J. B. Justo 1235","Capital","1414","","4854-5323",&#39;&#39;]},{id:"56", cell:["56","l. de la torre 1234","Lomas del Mirador","","Bs. As.","4436-4600//312*5555",&#39;&#39;]}]}</strong></p>
<p>this is my first page and it&#39;s ok.</p>
<p>but, when  I touch the button next, my code is this</p>
<p><strong>onPaging: function(que) { <br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; switch(que) {<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; case "next":<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; if (paginaActual &#60; cantidadPaginas) {<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; paginaActual += 1;<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#Grilla").setGridParam({postData: { pagina: 2 }});<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#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;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; break;<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; case "prev":<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; break;<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; case "first":<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; break;<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; case "last":<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; break;<br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#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;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#Grilla").trigger("reloadGrid");</strong></p>
<p>&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }).navGrid(&#39;#pagerGrilla&#39;,{view:false,edit:false,add:false,del:false,search:false, refresh:false}); </p>
<p>When i read in server the variable pagina receive "1,2" instead of receiving "2".</p>
<p><strong>Since I do to receive 2 in the server?</strong></p>
<p>Thanks in advance</p>
<p>Victor</p>
]]></description>
        	        	<pubDate>Fri, 28 Aug 2009 21:59:16 +0300</pubDate>
        </item>
</channel>
</rss>