<?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: remove "of n" in pager</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/remove-of-n-in-pager</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/remove-of-n-in-pager/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>boson on remove "of n" in pager</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/remove-of-n-in-pager#p24846</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/remove-of-n-in-pager#p24846</guid>
        	        	<description><![CDATA[<p>Hi John,</p>
<p>If you have a pager like &#60;div id="grid_pager"&#62;&#60;/div&#62;, you can do almost anything you want about how you want to display it. For instance, you can hide it until loading is completed: $(&#39;#grid_pager&#39;).hide(), and if you want to add your own text you can do something like this: $(&#39;#grid_pager_right&#39;).text(&#39;foo&#39;). If you use FireBug plugin, you can get the DOM information on any section of the page.</p>
<p>I hope this helps,</p>
<p>Boson</p>
]]></description>
        	        	<pubDate>Mon, 10 Oct 2011 20:09:43 +0300</pubDate>
        </item>
        <item>
        	<title>JohnHadj on remove "of n" in pager</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/remove-of-n-in-pager#p24743</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/remove-of-n-in-pager#p24743</guid>
        	        	<description><![CDATA[<p>I&#39;m new to this excellent plugin.</p>
<p>I have a jqGrid fetching data from a web service where most queries are quick, but some can take a considerable time.&#160; For most of the queries I would like the pager as standard, showing "page p of n" and "view a - b of m", but when it is a&#160;slow query, the time taken for the server to calculate m (and therefore n) in addition to the results would double the time the user has to wait.&#160; In these cases I wish to display just "page p" and "view a-b", in other words remove the "of n" and "of m".</p>
<p>The nearest I have got to this is either inhibiting the whole display, or displaying "of NaN" by having the server send "?" in place of a number.</p>
<p>Can anyone give me a clue as to where I should be looking to achieve what I need?</p>
<p>Thanks<br />John</p></p>
]]></description>
        	        	<pubDate>Tue, 27 Sep 2011 15:15:32 +0300</pubDate>
        </item>
</channel>
</rss>