<?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: 2 grids and only 1 pager works</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works</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/2-grids-and-only-1-pager-works/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>helder on 2 grids and only 1 pager works</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p6487</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p6487</guid>
        	        	<description><![CDATA[<p>Hey!&#160;</p>
<p>I&#39;m more of a PHP developer and so jQuery and FireBug are actually rather new to me (few months). I haven&#39;t had the time to learn all of what FireBug has to offer, and am continually learning more and more of jQuery.</p>
<p>I tried to pass in jsonstring to datatype and an empty string to datastr, but nothing happened and I didn&#39;t know how to see what was happening as you said in FireBug.</p>
<p>So, I still don&#39;t understand why this happens and more importantly, how to solve it.&#160;</p>
<p>I tried putting the entire second grid inside the onclick function that loads it (the open book icon), and use a&#160;GridUnload() when closing.&#160;</p>
<p>I have the same result as before.</p>
<pre id="line91"></pre>
]]></description>
        	        	<pubDate>Tue, 05 May 2009 08:50:25 +0300</pubDate>
        </item>
        <item>
        	<title>tony on 2 grids and only 1 pager works</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p6476</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p6476</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Did you try my approach above. The second populating can be in the fact that in some version of FireBug this can be happen. Also IMHO you code is clean.</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 05 May 2009 07:53:30 +0300</pubDate>
        </item>
        <item>
        	<title>helder on 2 grids and only 1 pager works</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p6399</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p6399</guid>
        	        	<description><![CDATA[<p>I don&#39;t know how to solve it.</p>
<p>When you click the icon, this is what happens:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3769' value='Select Code' data-codeid='sfcode3769' /></p>
<div class='sfcode' id='sfcode3769'>
<p><span class="sourceRowText">$(ufl)<br /></span><span class="sourceRowText">&#160; .clearGridData()<br />&#160; </span><span class="sourceRowText">.setGridParam({<br />&#160;&#160;&#160;&#160;&#160; </span><span class="sourceRowText">url: "http://myurlnewurl...&#38;task=griduf&#38;c="+row_id<br /></span>&#160;&#160;&#160; , datatype: &#39;json&#39;<br />&#160;&#160;&#160; , page: 1<br />&#160; })<br /> &#160; .setCaption(&#39;the new caption&#39;)<span class="sourceRowText"><br /> &#160; .trigger(&#39;reloadGrid&#39;)</span><span class="sourceRowText"><br /> ;<br /></span><span class="sourceRowText"><br /> ...</span><span class="sourceRowText"></span></p>
<p> $(ufb).show(1000);</p>
</div>
]]></description>
        	        	<pubDate>Wed, 29 Apr 2009 18:02:40 +0300</pubDate>
        </item>
        <item>
        	<title>tony on 2 grids and only 1 pager works</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p6392</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p6392</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>What I try to explain is:</p>
<p>If I click on the book icon of the first grid the second (hidden grid) is triggred two times. This can be asy seen with firebug.</p>
<p>Also try the following on second grid (in order to understand what is happen)</p>
<p>..jqGrid({</p>
<p>...</p>
<p>datatype : "jsonstring:</p>
<p>datastr: &#39; " " &#39;,</p>
<p>...</p>
<p>});</p>
<p>instead of datatype local.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 29 Apr 2009 15:32:21 +0300</pubDate>
        </item>
        <item>
        	<title>helder on 2 grids and only 1 pager works</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p6358</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p6358</guid>
        	        	<description><![CDATA[<p>Hey Tony, I&#39;m sorry, but I didn&#39;t understand your instructions.</p>
<p>I didn&#39;t understand how the grid is executed two times.</p>
<p>There are two grids loading, but the second one is hidden with datatype:&#39;local&#39;, until you click the open book icon in the first grid. This will set the datatype in the second to &#39;json&#39;, trigger reloadGrid and jquery &#39;show&#39; it. But it&#39;s always there, though.&#160;</p>
<p>This pager button thing happens all over my backoffice, when I have more then 1 grid in the same page, and I use multiple grids extensively. But the pager buttons only show in the first grid.</p>
<p>I also didn&#39;t understand how to correct what you see in the updatepager function. I have the pager set in html and in the grid:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit1364' value='Select Code' data-codeid='sfcode1364' /></p>
<div class='sfcode' id='sfcode1364'>&#60;table id=&#8221;list&#8221; class=&#8221;scroll&#8221;&#62;&#60;/table&#62; <br />&#60;div id=&#8221;pager&#8221; class=&#8221;scroll&#8221; style=&#8221;text-align:center;&#8221;&#62;&#60;/div&#62; <br />&#60;div id=&#8221;griduf&#8221;&#62;<br /> &#160;&#160; &#160;&#60;br /&#62;<br /> &#160;&#160; &#160;&#60;table id=&#8221;listuf&#8221; class=&#8221;scroll&#8221;&#62;&#60;/table&#62;<br /> &#160;&#160; &#160;&#60;div id=&#8221;pageruf&#8221; class=&#8221;scroll&#8221; style=&#8221;text-align:center;&#8221;&#62;&#60;/div&#62;<br /> &#160;&#160; &#160;&#60;div id=&#8221;addbutton&#8221;&#62;&#60;/div&#62;<br /> &#60;/div&#62;</div>
<p>and</p>
<p><span class="sfcode">var ufb = "#griduf";<br />var ufp = &#8220;#pageruf&#8221;;<br />...<br />$(ufb).hide();<br />...<br />$(ufl).jqGrid({<br />&#160;&#160; &#160;pager: $(ufp),<br />&#160;&#160; &#160;datatype: &#39;local&#39;,<br />&#160;&#160; &#160;...<br />}); // end ufgrid<br /></span></p></p>
]]></description>
        	        	<pubDate>Tue, 28 Apr 2009 09:25:57 +0300</pubDate>
        </item>
        <item>
        	<title>tony on 2 grids and only 1 pager works</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p6356</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p6356</guid>
        	        	<description><![CDATA[<p>Check your code. If I select to view the grid - it is executed two times.</p>
<p>If I look in to the updatepager function the element</p>
<pre id="line91">"#pageruf"</pre>
<p>could not be found in order to set the pager elements</p>
<p>when the pager try to updates.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 28 Apr 2009 09:02:36 +0300</pubDate>
        </item>
        <item>
        	<title>helder on 2 grids and only 1 pager works</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p6353</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p6353</guid>
        	        	<description><![CDATA[<p>Hey Tony! It's done. Thanks for the help.</p>
]]></description>
        	        	<pubDate>Tue, 28 Apr 2009 08:37:48 +0300</pubDate>
        </item>
        <item>
        	<title>tony on 2 grids and only 1 pager works</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p6343</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p6343</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>In order to see what is the problem, please replace the jquery.jqgrid-min.js with non minified version - i.e jquery.jqgrid.js</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 28 Apr 2009 08:08:37 +0300</pubDate>
        </item>
        <item>
        	<title>helder on 2 grids and only 1 pager works</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p6312</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p6312</guid>
        	        	<description><![CDATA[<p>I&#39;ve just corrected that, but the icons still don&#39;t show.</p>
]]></description>
        	        	<pubDate>Sun, 26 Apr 2009 07:11:04 +0300</pubDate>
        </item>
        <item>
        	<title>tony on 2 grids and only 1 pager works</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p6310</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p6310</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Check your server responce. I see</p>
<pre>{"page":"0","total":5,"records":"42","rows"....<br /><br />page is 0, but total pages are 5. This causes the pager not to apper.</pre>
]]></description>
        	        	<pubDate>Sun, 26 Apr 2009 07:01:26 +0300</pubDate>
        </item>
        <item>
        	<title>helder on 2 grids and only 1 pager works</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p6305</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p6305</guid>
        	        	<description><![CDATA[<p>Hi Tony! Thanks, but it didn&#39;t work. You can test it out here: <a href="http://inweb.pt/?com=cursos&#038;act=tipologia&#038;t=7" rel="nofollow" target="_blank"><a href="http://inweb.pt/?com=cursos&#038;#0" rel="nofollow">http://inweb.pt/?com=cursos&#038;#0</a>.....a&#038;t=7</a></p>
<p>It only happens on Firefox and Chrome.</p>
<p>All my detail grids are initially hidden. On this example, you have to click the open book icon to see the second.</p>
<p>I tried not hiding the second grid (commenting $(ufb).hide();), but it still didn&#39;t work.</p>
]]></description>
        	        	<pubDate>Sun, 26 Apr 2009 05:15:43 +0300</pubDate>
        </item>
        <item>
        	<title>tony on 2 grids and only 1 pager works</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p6285</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p6285</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Open the css file find div.scroll and remove display:none property.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 25 Apr 2009 06:14:35 +0300</pubDate>
        </item>
        <item>
        	<title>helder on 2 grids and only 1 pager works</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p6244</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p6244</guid>
        	        	<description><![CDATA[<p>I have the same problem. Tried searching the forum, but haven&#39;t found the solution.</p>
<p>I&#39;m using jqGrid 3.4, with jQuery 1.3.</p>
<p>Thanks!</p>
]]></description>
        	        	<pubDate>Thu, 23 Apr 2009 10:32:54 +0300</pubDate>
        </item>
        <item>
        	<title>JV on 2 grids and only 1 pager works</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p2798</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p2798</guid>
        	        	<description><![CDATA[<p>Since long time ago I&#39;ve been looking in the forum but I can not find anything about it. I don&#39;t know what to do</p>
<p>Please, if you find anything, copy paste the link here. I would greatly appreciate you.</p>
]]></description>
        	        	<pubDate>Wed, 29 Oct 2008 14:18:33 +0200</pubDate>
        </item>
        <item>
        	<title>tony on 2 grids and only 1 pager works</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p2785</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p2785</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>If I remember there was the same problem and someone posted here the solution.</p>
<p>Also try to search the forum. I will serch too.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 29 Oct 2008 10:29:59 +0200</pubDate>
        </item>
        <item>
        	<title>JV on 2 grids and only 1 pager works</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p2773</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p2773</guid>
        	        	<description><![CDATA[<p>Hello tony, thank you for responding.</p>
<p>I did a test with a single grid (disable the code of the first grid) and worked fine. I do not understand.</p>
<p>this is my code:</p>
<p>&#60;script type="text/javascript"&#62;<br />&#160;&#160; &#160;jQuery(document).ready(function(){ <br />&#160;&#160; &#160;&#160; jQuery("#list").jqGrid({<br />&#160;&#160; &#160;&#160;&#160; &#160;url:&#39;wp-content/themes/default/eventos.php&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;datatype: &#39;xml&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;mtype: &#39;GET&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;colNames:[&#39;ID&#39;,&#39;Evento&#39;, &#39;Fecha&#39;, &#39;Fotos&#39;, &#39;Video&#39;],<br />&#160;&#160; &#160;&#160;&#160; &#160;colModel :[ <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160; {name:&#39;id_e&#39;, index:&#39;id_e&#39;, width:15, editable:false, editoptions:{readonly:true,size:10}, search:true}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160; {name:&#39;nombre&#39;, index:&#39;nombre&#39;, width:200, editable:true, editoptions:{size:100}}, &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160; {name:&#39;fecha&#39;, index:&#39;fecha&#39;, width:35, align:&#39;left&#39;, editable:true, editoptions:{size:15}}, &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160; {name:&#39;fotos&#39;, index:&#39;fotos&#39;, width:20, align:&#39;left&#39;, editable:true, editoptions:{size:3}},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160; {name:&#39;video&#39;, index:&#39;video&#39;, width:20, align:&#39;left&#39;, editable:true, editoptions:{size:3}} ],<br />&#160;&#160; &#160;&#160;&#160; &#160;pager: jQuery(&#39;#pager&#39;),<br />&#160;&#160; &#160;&#160;&#160; &#160;rowNum:10,<br />&#160;&#160; &#160;&#160;&#160; &#160;rowList:[10,20,30],<br />&#160;&#160; &#160;&#160;&#160; &#160;sortname: &#39;id_e&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;sortorder: "asc",<br />&#160;&#160; &#160;&#160;&#160; &#160;viewrecords: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;imgpath: &#39;wp-content/themes/default/themes/rojo/images&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;caption: &#39;Eventos o Actividades Sociales&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;width:&#160;&#160; &#160;715,<br />&#160;&#160; &#160;&#160;&#160; &#160;loadtext:&#160;&#160; &#160;&#39;Cargando...&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;recordtext:&#160;&#160; &#160;&#39;Registros&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;height:&#160;&#160; &#160;&#160;&#160; &#160;&#39;100%&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;hidegrid:&#160;&#160; &#160;false,<br />&#160;&#160; &#160;&#160;&#160; &#160;editurl:&#160;&#160; &#160;&#39;wp-content/themes/default/actualizacion.php&#39;<br />&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160; }); <br />&#160;&#160; &#160;<br />&#160;&#160; &#160; &#160;<br />&#160;&#160; &#160;&#160; jQuery("#list").navGrid(&#39;#pager&#39;, //botonera de la tabla Eventos - WEB_0009<br />&#160;&#160; &#160;&#160; {add: true, edit: true,&#160; del: true}, <br />&#160;&#160; &#160; &#160;<br />&#160;&#160; &#160;&#160; {width:550,//Bot&#243;n de Edici&#243;n<br />&#160;&#160; &#160;&#160;&#160; height:160,<br />&#160;&#160; &#160;&#160;&#160; bSubmit: "Guardar",<br />&#160;&#160; &#160;&#160;&#160; bCancel: "Cancelar",<br />&#160;&#160; &#160;&#160;&#160; processData: "Procesando...",<br />&#160;&#160; &#160;&#160;&#160; mtype:&#160;&#160; &#160;"POST",<br />&#160;&#160; &#160;&#160;&#160; editData: &#160;&#160; &#160;{tabla:&#39;eventos&#39;}}, <br />&#160;&#160; &#160; &#160;<br />&#160;&#160; &#160;&#160; {width:550,//Bot&#243;n de Adici&#243;n<br />&#160;&#160; &#160;&#160;&#160; editCaption:"&#60;b&#62;A&#38;ntilde;adir Evento&#60;/b&#62;",<br />&#160;&#160; &#160;&#160;&#160; height:160,<br />&#160;&#160; &#160;&#160;&#160; bSubmit: "Guardar",<br />&#160;&#160; &#160;&#160;&#160; bCancel: "Cancelar",<br />&#160;&#160; &#160;&#160;&#160; processData: "Procesando...",<br />&#160;&#160; &#160;&#160;&#160; mtype:&#160;&#160; &#160;"POST",<br />&#160;&#160; &#160;&#160;&#160; afterSubmit:function(status,aPostdata)<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; { return[true];&#160; } }, <br />&#160;&#160; &#160;&#160; &#160;<br />&#160;&#160; &#160;&#160; {bSubmit: "Eliminar",//Bot&#243;n de Eliminaci&#243;n<br />&#160;&#160; &#160;&#160;&#160; bCancel: "Cancelar",<br />&#160;&#160; &#160;&#160;&#160; processData: "Procesando...",<br />&#160;&#160; &#160;&#160;&#160; msg:&#160;&#160; &#160;"Esta seguro de eliminar este Evento?",<br />&#160;&#160; &#160;&#160;&#160; caption:&#160;&#160; &#160;"&#60;b&#62;Eliminar Evento&#60;/b&#62;",<br />&#160;&#160; &#160;&#160;&#160; mtype:&#160;&#160; &#160;"POST",<br />&#160;&#160; &#160;&#160;&#160; delData: &#160;&#160; &#160;{tabla:&#39;eventos&#39;}},<br />&#160;&#160; &#160;&#160; &#160;<br />&#160;&#160; &#160;&#160; {caption: "Buscar",//Bot&#243;n de B&#250;squeda<br />&#160;&#160; &#160;&#160;&#160; Find: "Buscar", <br />&#160;&#160; &#160;&#160;&#160; Clear: "Limpiar", <br />&#160;&#160; &#160;&#160;&#160; odata : [&#39;igual&#39;, &#39;distinto&#39;, &#39;menor&#39;, &#39;menor o igual&#39;,&#39;mayor que&#39;,&#39;mayor o igual que&#39;, &#39;comienza con&#39;,&#39;termina con&#39;,&#39;contiene&#39; ]}<br />&#160;&#160; &#160;&#160; );<br />&#160;&#160; &#160;&#160; //botonera<br />&#160;&#160; &#160; &#160;<br />&#160;&#160; &#160;&#160; jQuery.jgrid.edit = {editCaption: "&#60;b&#62;Editar Registro&#60;/b&#62;"};</p>
</p>
<p><strong>//from here the second grid&#180;s code</strong></p>
<p>&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160; jQuery("#details").jqGrid({<br />&#160;&#160; &#160;&#160;&#160; &#160;url:&#39;wp-content/themes/default/aportes.php&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;datatype: &#39;xml&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;mtype: &#39;GET&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;colNames:[&#39;ID&#39;,&#39;Empresa&#39;, &#39;Orden de Compra&#39;, &#39;Orden de Pago&#39;, &#39;Monto (Bs.F.)&#39;, &#39;Especies&#39;, &#39;ID_E&#39;, &#39;carta&#39;],<br />&#160;&#160; &#160;&#160;&#160; &#160;colModel :[ <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160; {name:&#39;id_a&#39;, index:&#39;id_a&#39;, width:20, editable:false, editoptions:{readonly:true,size:10}}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160; {name:&#39;proveedor&#39;, index:&#39;proveedor&#39;, width:90, editable:true, editoptions:{size:100}}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160; {name:&#39;orden_compra&#39;, index:&#39;orden_compra&#39;, width:76, align:&#39;right&#39;, editable:true, editoptions:{size:15}}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160; {name:&#39;orden_pago&#39;, index:&#39;orden_pago&#39;, width:64, align:&#39;right&#39;, editable:true, editoptions:{size:15}}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160; {name:&#39;monto&#39;, index:&#39;monto&#39;, width:62, align:&#39;right&#39;, editable:true, editoptions:{size:15}}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160; {name:&#39;especie&#39;, index:&#39;especie&#39;, width:55, align:&#39;right&#39;, editable:true, editoptions:{size:15}},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160; {name:&#39;id_e&#39;, index:&#39;id_e&#39;, width:80, align:&#39;right&#39;, editable:true, editoptions:{size:10}},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160; {name:&#39;carta&#39;, index:&#39;carta&#39;, width:26, align:&#39;center&#39;, sortable:false, editable:true, editoptions:{size:10}}],<br />&#160;&#160; &#160;&#160;&#160; &#160;pager: jQuery(&#39;#pagerdetails&#39;),<br />&#160;&#160; &#160;&#160;&#160; &#160;rowNum:10,<br />&#160;&#160; &#160;&#160;&#160; &#160;rowList:[10,20,30],<br />&#160;&#160; &#160;&#160;&#160; &#160;sortname: &#39;id_a&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;sortorder: "asc",<br />&#160;&#160; &#160;&#160;&#160; &#160;viewrecords: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;imgpath: &#39;wp-content/themes/default/themes/rojo/images&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;caption: &#39;Empresas que contribuyeron con el Evento&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;width:&#160;&#160; &#160;700,<br />&#160;&#160; &#160;&#160;&#160; &#160;loadtext:&#160;&#160; &#160;&#39;Cargando...&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;recordtext:&#160;&#160; &#160;&#39;Registros&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;height:&#160;&#160; &#160;&#160;&#160; &#160;&#39;100%&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;hidegrid:&#160;&#160; &#160;false,<br />&#160;&#160; &#160;&#160;&#160; &#160;editurl:&#160;&#160; &#160;&#39;wp-content/themes/default/actualizacion.php&#39;<br />&#160;&#160; &#160;&#160; }); <br />&#160;&#160; &#160; &#160;<br />&#160;&#160; &#160;&#160; jQuery("#details").navGrid(&#39;#pagerdetails&#39;, //botonera de la tabla Contribuciones - WEB_0009<br />&#160;&#160; &#160;&#160; {add: true, edit: true,&#160; del: true}, <br />&#160;&#160; &#160; &#160;<br />&#160;&#160; &#160;&#160; {width:550,//Bot&#243;n de Edici&#243;n<br />&#160;&#160; &#160;&#160;&#160; height:225,<br />&#160;&#160; &#160;&#160;&#160; bSubmit: "Guardar",<br />&#160;&#160; &#160;&#160;&#160; bCancel: "Cancelar",<br />&#160;&#160; &#160;&#160;&#160; processData: "Procesando...",<br />&#160;&#160; &#160;&#160;&#160; mtype:&#160;&#160; &#160;"POST",<br />&#160;&#160; &#160;&#160;&#160; editData: &#160;&#160; &#160;{tabla:&#39;aportes&#39;}}, <br />&#160;&#160; &#160; &#160;<br />&#160;&#160; &#160;&#160; {width:550,//Bot&#243;n de Adici&#243;n<br />&#160;&#160; &#160;&#160;&#160; editCaption:"&#60;b&#62;A&#38;ntilde;adir Contribuci&#243;n&#60;/b&#62;",<br />&#160;&#160; &#160;&#160;&#160; height:160,<br />&#160;&#160; &#160;&#160;&#160; bSubmit: "Guardar",<br />&#160;&#160; &#160;&#160;&#160; bCancel: "Cancelar",<br />&#160;&#160; &#160;&#160;&#160; processData: "Procesando...",<br />&#160;&#160; &#160;&#160;&#160; mtype:&#160;&#160; &#160;"POST",<br />&#160;&#160; &#160;&#160;&#160; afterSubmit:function(status,aPostdata)<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; { return[true];&#160; } }, <br />&#160;&#160; &#160;&#160; &#160;<br />&#160;&#160; &#160;&#160; {bSubmit: "Eliminar",//Bot&#243;n de Eliminaci&#243;n<br />&#160;&#160; &#160;&#160;&#160; bCancel: "Cancelar",<br />&#160;&#160; &#160;&#160;&#160; processData: "Procesando...",<br />&#160;&#160; &#160;&#160;&#160; msg:&#160;&#160; &#160;"Esta seguro de eliminar esta Contribuci&#243;n?",<br />&#160;&#160; &#160;&#160;&#160; caption:&#160;&#160; &#160;"&#60;b&#62;Eliminar Evento&#60;/b&#62;",<br />&#160;&#160; &#160;&#160;&#160; mtype:&#160;&#160; &#160;"POST",<br />&#160;&#160; &#160;&#160;&#160; delData: &#160;&#160; &#160;{tabla:&#39;aportes&#39;}},<br />&#160;&#160; &#160;&#160; &#160;<br />&#160;&#160; &#160;&#160; {caption: "Buscar",//Bot&#243;n de B&#250;squeda<br />&#160;&#160; &#160;&#160;&#160; Find: "Buscar", <br />&#160;&#160; &#160;&#160;&#160; Clear: "Limpiar", <br />&#160;&#160; &#160;&#160;&#160; odata : [&#39;igual&#39;, &#39;distinto&#39;, &#39;menor&#39;, &#39;menor o igual&#39;,&#39;mayor que&#39;,&#39;mayor o igual que&#39;, &#39;comienza con&#39;,&#39;termina con&#39;,&#39;contiene&#39; ]}<br />&#160;&#160; &#160;&#160; );</p>
]]></description>
        	        	<pubDate>Wed, 29 Oct 2008 08:17:36 +0200</pubDate>
        </item>
        <item>
        	<title>tony on 2 grids and only 1 pager works</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p2759</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p2759</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Check your code. If you make a copy paste there will be some errors.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 29 Oct 2008 03:21:10 +0200</pubDate>
        </item>
        <item>
        	<title>JV on 2 grids and only 1 pager works</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p2739</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p2739</guid>
        	        	<description><![CDATA[<p>Hello.</p>
<p>Excuse my lousy english. I got a problem like this, but&#160; in my case, i can&#180;t view the form edit popup of my second grid!!!<img class="spSmiley" style="margin:0" title="Cry" src="/blog/wp-content/plugins/simple-forum/tinymce/plugins/emotions/img/smiley-cry.gif" border="0" alt="Cry" />. All the buttons are visibles.</p>
<p>In Firebug i can see the popup&#39;s code perfectly loaded but the DIVs and table are invisible, like transparents.</p>
</p>
<p>Somebody could help me?</p>
<p>thank you</p>
]]></description>
        	        	<pubDate>Tue, 28 Oct 2008 16:55:55 +0200</pubDate>
        </item>
        <item>
        	<title>spiderglobe on 2 grids and only 1 pager works</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p2193</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p2193</guid>
        	        	<description><![CDATA[<p>Looks like a stylesheet issue. In IE its working.. Will check this out..</p>
</p>
<p>R.</p>
]]></description>
        	        	<pubDate>Tue, 23 Sep 2008 11:34:02 +0300</pubDate>
        </item>
        <item>
        	<title>spiderglobe on 2 grids and only 1 pager works</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p2188</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/2-grids-and-only-1-pager-works#p2188</guid>
        	        	<description><![CDATA[<p>Hi tony,</p>
<p>First thanks for this great plugin!</p>
<p>I&#39;ve two grids within one html page. For the first grid the pager is showing <br />fine, including the navigation buttons but for the second grid the navigation<br />buttons are not present (the pager is shown but the navigation buttons<br />are missing).</p>
<p>If assigned a different id for the pager of each grid and also set the pgbuttons: true,</p>
<p>Strange thing is if I put the second grid on the first place (in the code) the problem still exists in the second grid (meaning that I switchs the grids from position and that the problem switch also). It is always the second grid that is not showing the pager correctly (no buttons).</p>
<p>Regards,</p>
<p>Richard</p></p>
]]></description>
        	        	<pubDate>Tue, 23 Sep 2008 09:48:50 +0300</pubDate>
        </item>
</channel>
</rss>