<?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 sometimes is'nt shown ...</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/pager-sometimes-isnt-shown</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/bugs/pager-sometimes-isnt-shown/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>giluka on pager sometimes is'nt shown ...</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/pager-sometimes-isnt-shown#p5811</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/pager-sometimes-isnt-shown#p5811</guid>
        	        	<description><![CDATA[<p>It is difficult (or impossible) to send you link of my application ...</p>
<p>I&#39;ve found a workaround, for now: i make a generation of a new pager (with a newer id) every time i call ajax ...</p>
<p>My code:</p>
<p>openGrid=function(...){<br />...</p>
<p>$(&#39;#gridDiv&#39;).load(URL, parameters, function(responseText, textStatus, XMLHttpRequest){...})</p>
<p>...</p>
<p>}</p>
<p>URL refers to a JSP page in which i&#39;ve defined grid ...</p>
<p>&#160;&#160;&#160; &#60;script type="text/javascript"&#62;<br />&#160;&#160;&#160; <br />&#160;&#160;&#160; $(document).ready(function(){</p>
<p>&#160;&#160;&#160; &#160;&#160;&#160; var gridSettings= {<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; colNames:[&#39;id&#39;, &#39;Date&#39;, &#39;Title&#39;],<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; colModel:[<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160; {name:&#39;id&#39;, index:&#39;id&#39;, hidden:true},&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160; <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160; {name:&#39;date&#39;, index:&#39;date&#39;, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; width:&#39;65&#39;, resizable:true, sortable:true, search:true},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160; {name:&#39;title&#39;, index:&#39;title&#39;, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; width:&#39;175&#39;, resizable:true, sortable:true, search:true}&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160; ],<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; sortname: &#39;date&#39;,<br />&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; width:500,<br />&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; height:145,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; shrinkToFit:false<br />&#160;&#160;&#160; &#160;&#160;&#160; }<br />&#160;&#160;&#160; <br />&#160;&#160;&#160; &#160;&#160; $(this).jqGrid(baseSettings);<br />&#160;&#160;&#160; &#160;&#160; $(this).navGrid($(&#39;#doc_grid_pager&#39;),<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {edit:false,add:false,del:false},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {}, // edit parameters<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {}, // add parameters<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {reloadAfterSubmit:false} //delete parameters<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; );&#160;&#160;&#160; <br />&#160;&#160;&#160; <br />&#160;&#160;&#160; }); <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160; &#60;/script&#62;</p>
<p>&#60;div style="margin-left:5px;"&#62;<br />&#160;&#160;&#160; &#160;&#160;&#160; &#60;table id="doc_grid" class="scroll"&#62;&#60;/table&#62; <br />&#160;&#160;&#160; &#160;&#160;&#160; &#60;div id="doc_grid_pager" class="scroll"&#62;&#60;/div&#62;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; <br />&#60;/div&#62;&#160;&#160;&#160; &#160;&#160;&#160;</p></p>
]]></description>
        	        	<pubDate>Fri, 03 Apr 2009 02:58:53 +0300</pubDate>
        </item>
        <item>
        	<title>tony on pager sometimes is'nt shown ...</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/pager-sometimes-isnt-shown#p5767</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/pager-sometimes-isnt-shown#p5767</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Could you please send me a link to the problem. It is very difficult in this case to understand where is the error.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 02 Apr 2009 10:27:40 +0300</pubDate>
        </item>
        <item>
        	<title>giluka on pager sometimes is'nt shown ...</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/pager-sometimes-isnt-shown#p5760</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/pager-sometimes-isnt-shown#p5760</guid>
        	        	<description><![CDATA[<p>I tried to understand point in code where pager redesign failed ...</p>
<p>in <em>grid.base.js</em>, at row <strong>1061 </strong>there&#39;s function called <strong>setPager</strong>.</p>
<p>It seems that after instruction</p>
<p>$(ts.p.pager).append(pgl+pginp+pgr);</p>
<p>pager does not appears ... (but it is shown first time after this)</p>
</p>
<p>help me, please ...</p>
]]></description>
        	        	<pubDate>Thu, 02 Apr 2009 03:25:31 +0300</pubDate>
        </item>
        <item>
        	<title>giluka on pager sometimes is'nt shown ...</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/pager-sometimes-isnt-shown#p5745</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/pager-sometimes-isnt-shown#p5745</guid>
        	        	<description><![CDATA[<p>does not work ...</p>
<p>ajax code i&#39;ve used is load event of jquery ...</p>
<p>$(&#39;#B).load(URL, null, function(responseText, textStatus, XMLHttpRequest){<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; });</p>
</p>
<p>Where URL points to page in which i load grid ...</p>
<p>i&#39;ve noticed that first time i call it pager displays correctly ... from the second time does not ...</p>
]]></description>
        	        	<pubDate>Wed, 01 Apr 2009 08:10:58 +0300</pubDate>
        </item>
        <item>
        	<title>tony on pager sometimes is'nt shown ...</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/pager-sometimes-isnt-shown#p5742</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/pager-sometimes-isnt-shown#p5742</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Construct your grid in complete event of the last ajax call.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 01 Apr 2009 05:47:08 +0300</pubDate>
        </item>
        <item>
        	<title>giluka on pager sometimes is'nt shown ...</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/pager-sometimes-isnt-shown#p5741</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/pager-sometimes-isnt-shown#p5741</guid>
        	        	<description><![CDATA[<p>no,</p>
<p>it does not work ...</p>
<p>is there a method to force redesign of pager ? some function to call after grid loading (or in a setTimeout method) ...</p>
</p>
<p>thanks</p>
]]></description>
        	        	<pubDate>Wed, 01 Apr 2009 05:37:22 +0300</pubDate>
        </item>
        <item>
        	<title>tony on pager sometimes is'nt shown ...</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/pager-sometimes-isnt-shown#p5730</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/pager-sometimes-isnt-shown#p5730</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Aha - call the grid with setTimout function.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 01 Apr 2009 03:33:59 +0300</pubDate>
        </item>
        <item>
        	<title>giluka on pager sometimes is'nt shown ...</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/pager-sometimes-isnt-shown#p5722</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/pager-sometimes-isnt-shown#p5722</guid>
        	        	<description><![CDATA[<p>i&#39;m using firefox...</p>
<p>with "pager" i refer to entire bottom bar shown after grid...</p>
<p>More info:</p>
<p>i have a div (say:A) dynamically filled with an ajax call;</p>
<p>In html code of A there&#39;s another div (say:B);</p>
<p>In these situation div B is filled with another ajax call to grid page ...</p>
</p>
<p>Hi</p>
]]></description>
        	        	<pubDate>Wed, 01 Apr 2009 02:47:23 +0300</pubDate>
        </item>
        <item>
        	<title>tony on pager sometimes is'nt shown ...</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/pager-sometimes-isnt-shown#p5713</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/pager-sometimes-isnt-shown#p5713</guid>
        	        	<description><![CDATA[<p>Hello</p>
<p>Strange. Is this only in IE? Do you mean only the images or all - texts, select and input box again with images?</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 01 Apr 2009 02:20:11 +0300</pubDate>
        </item>
        <item>
        	<title>giluka on pager sometimes is'nt shown ...</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/pager-sometimes-isnt-shown#p5696</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/pager-sometimes-isnt-shown#p5696</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>my problem: in some conditions, not well identified, pager shown in the bottom of the grid (pagination, ecc..) is&#39;nt shown ...</p>
<p>Where are the condition that script evaluate to show it ?</p>
</p>
<p>thans</p>
]]></description>
        	        	<pubDate>Tue, 31 Mar 2009 02:22:35 +0300</pubDate>
        </item>
</channel>
</rss>