<?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: page in pager is not visible</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/page-in-pager-is-not-visible</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/page-in-pager-is-not-visible/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>OlegK on page in pager is not visible</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/page-in-pager-is-not-visible#p23521</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/page-in-pager-is-not-visible#p23521</guid>
        	        	<description><![CDATA[<p>If you don&#39;t fix validation errors then you have much more probability that your page will look different in different web browsers or different versions of the same browser. It means that the web browser try to guess what you mean. So I try to validate my pages always in <a href="http://validator.w3.org/" target="_blank">http://validator.w3.org/</a>&#160;and validate my JavaScript code in <a href="http://www.jslint.com/" target="_blank">http://www.jslint.com/</a>.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Tue, 07 Jun 2011 19:13:54 +0300</pubDate>
        </item>
        <item>
        	<title>dranney on page in pager is not visible</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/page-in-pager-is-not-visible#p23519</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/page-in-pager-is-not-visible#p23519</guid>
        	        	<description><![CDATA[<p>Thanks!!! That&#39;s a great help.&#160; What are the ramefications of not fixing the errors that the validator flags?</p>
]]></description>
        	        	<pubDate>Tue, 07 Jun 2011 18:33:07 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on page in pager is not visible</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/page-in-pager-is-not-visible#p23515</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/page-in-pager-is-not-visible#p23515</guid>
        	        	<description><![CDATA[<p>You can fix the problem if you include CSS</p>
<p><input type='button' class='sfcodeselect' name='sfselectit982' value='Select Code' data-codeid='sfcode982' /></p>
<div class='sfcode' id='sfcode982'>body { font-size: 75%; }</div>
<p>on your page. Moreover you should always write the page in one HTML or XHTML dialect which you define in the corresponding &#60;!DOCTYPE&#160;statement. You code looks mostly like HTML 4.01 (with exception of &#60;br /&#62;) so you can use</p>
<p><input type='button' class='sfcodeselect' name='sfselectit1946' value='Select Code' data-codeid='sfcode1946' /></p>
<div class='sfcode' id='sfcode1946'>&#60;!DOCTYPE HTML PUBLIC &#34;-//W3C//DTD HTML 4.01//EN&#34; &#34;<a href="http://www.w3.org/TR/html4/strict.dtd&#34;&#038;gt" rel="nofollow" target="_blank"><a href="http://www.w3.org/TR/html4/str" rel="nofollow">http://www.w3.org/TR/html4/str</a>.....t;&#038;gt</a>;</div>
<p>I recommend you additionally always verify your HTML markup in <a href="http://validator.w3.org/" target="_blank">http://validator.w3.org/</a>. You will see some small errors which you has.</p>
<p>The fixed code you will find <a href="http://www.ok-soft-gmbh.com/jqGrid/dranney0.htm" target="_blank">here</a>.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Tue, 07 Jun 2011 16:08:11 +0300</pubDate>
        </item>
        <item>
        	<title>dranney on page in pager is not visible</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/page-in-pager-is-not-visible#p23488</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/page-in-pager-is-not-visible#p23488</guid>
        	        	<description><![CDATA[<p><strong>Here&#39;s the page.</strong></p>
</p>
<p>&#60;html&#62;<br />&#60;head&#62;<br />&#60;title&#62;AMAC Remedy&#60;/title&#62;<br />&#60;link type="text/css" href="static/styles/jquery.ui.all.css" rel="stylesheet"&#62;<br />&#60;link type="text/css" href="static/styles/ui.jqgrid.css" rel="stylesheet"&#62;<br />&#60;link type="text/css" href="static/styles/main.css" rel="stylesheet"&#62;<br />&#60;script type="text/javascript" src="static/scripts/jquery-1.5.1.min.js"&#62;&#60;/script&#62;<br />&#60;script type="text/javascript" src="static/scripts/grid.locale-en.js"&#62;&#60;/script&#62;<br />&#60;script type="text/javascript" src="static/scripts/jquery.jqGrid.min.js"&#62;&#60;/script&#62;<br />&#60;script type="text/javascript" src="static/scripts/jquery-ui-1.8.13.custom.min.js"&#62;&#60;/script&#62;<br />&#60;script type="text/javascript" src="static/scripts/json2.js"&#62;&#60;/script&#62;<br />&#60;/head&#62;<br />&#60;body&#62;<br />&#60;div id="af-logo"&#62;&#60;img src="static/images/af-logo.png" /&#62; &#60;img src="static/images/afwa-logo.png" /&#62;&#60;/div&#62;<br />&#60;div id="header"&#62;&#60;span class="title"&#62;AMAC Remedy&#60;/span&#62;&#60;br /&#62;&#60;/div&#62;<br />&#60;div class="clear"&#62;&#60;/div&#62;<br />&#60;div id="contentMargin" &#62;&#160;<br />&#60;div id="content" &#62;&#160;<br />&#160;&#60;div id="tabs" &#62;<br />&#160;&#160;&#60;ul&#62;<br />&#160;&#160;&#160;&#60;li&#62;&#60;a href="#tabs-1"&#62;Location List&#60;/a&#62;&#60;/li&#62;<br />&#160;&#160;&#160;&#60;li&#62;&#60;a href="#tabs-2"&#62;Program List&#60;/a&#62;&#60;/li&#62;<br />&#160;&#160;&#60;/ul&#62;<br />&#160;&#60;div id="tabs-1"&#62;<br />&#160;&#160;&#60;table id="locationList"&#62;&#60;/table&#62;<br />&#160;&#160;&#60;div id="locationPager"&#62;&#60;/div&#62;<br />&#160;&#60;/div&#62;<br />&#160;&#60;div id="tabs-2"&#62;<br />&#160;&#160;&#60;table id="programList"&#62;&#60;/table&#62;<br />&#160;&#160;&#60;div id="programPager"&#62;&#60;/div&#62;<br />&#160;&#60;/div&#62;<br />&#160;&#60;/div&#62;<br />&#60;/div&#62;<br />&#60;/div&#62;<br />&#60;div id="ajaxMessage"&#62;&#60;/div&#62;<br />&#60;/body&#62;<br />&#60;script type="text/javascript"&#62;<br />$(document).ready( function () {<br />&#160;$(function(){<br />&#160;&#160;$(&#39;#tabs&#39;).tabs();<br />&#160;});<br />&#160;jQuery("#locationList").jqGrid({&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160; &#160;<a href="&#39;locations&#39;" target="_blank">url:&#39;locations&#39;</a>,<br />&#160;&#160;datatype: &#39;json&#39;,<br />&#160;&#160;&#160; &#160;colNames:[&#39;Location Key&#39;,&#39;Location Name&#39;, &#39;Latitude&#39;, &#39;Longitude&#39;,&#39;Location Alias&#39;],<br />&#160;&#160;&#160; &#160;colModel:[<br />&#160;&#160;&#160; &#160;&#160;{name:&#39;locationKey&#39;,index:&#39;locationKey&#39;, width:80},<br />&#160;&#160;&#160; &#160;&#160;{name:&#39;locationName&#39;,index:&#39;locationName&#39;, width:150},<br />&#160;&#160;&#160; &#160;&#160;{name:&#39;latitude&#39;,index:&#39;latitude&#39;, width:70},<br />&#160;&#160;&#160; &#160;&#160;{name:&#39;longitude&#39;,index:&#39;longitude&#39;, width:70},<br />&#160;&#160;&#160; &#160;&#160;{name:&#39;locationAlias&#39;,index:&#39;locationAlias&#39;, width:300, sortable:false}&#160;&#160;<br />&#160;&#160;&#160; &#160;],<br />&#160;&#160;&#160; &#160;rowNum:25,<br />&#160;&#160;&#160; &#160;rowList:[25,100,500],<br />&#160;&#160;&#160; &#160;pager: &#39;#locationPager&#39;,<br />&#160;&#160;&#160; &#160;sortname: &#39;locationKey&#39;,<br />&#160;&#160;&#160;&#160; altRows: true,<br />&#160;&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160;&#160; sortorder: &#39;asc&#39;,<br />&#160;&#160;jsonReader: {<br />&#160;&#160;&#160;root: &#39;rows&#39;,<br />&#160;&#160;&#160;page: &#39;page&#39;,<br />&#160;&#160;&#160;total: &#39;total&#39;,<br />&#160;&#160;&#160;records: &#39;records&#39;,<br />&#160;&#160;&#160;repeatitems: false,<br />&#160;&#160;&#160;id: &#39;locationKey&#39;<br />&#160;&#160;},<br />&#160;&#160;width: 1040,<br />&#160;&#160;height: 551<br />});<br />&#160;jQuery("#programList").jqGrid({&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160; &#160;<a href="&#39;programs&#39;" target="_blank">url:&#39;programs&#39;</a>,<br />&#160;&#160;datatype: &#39;json&#39;,<br />&#160;&#160;&#160; &#160;colNames:[&#39;Program Key&#39;,&#39;Program Name&#39;, &#39;Program Id&#39;, &#39;Location Name&#39;,&#39;Program Status&#39;],<br />&#160;&#160;&#160; &#160;colModel:[<br />&#160;&#160;&#160; &#160;&#160;{name:&#39;programKey&#39;,index:&#39;programKey&#39;, width:80},<br />&#160;&#160;&#160; &#160;&#160;{name:&#39;programName&#39;,index:&#39;programName&#39;, width:100},<br />&#160;&#160;&#160; &#160;&#160;{name:&#39;programId&#39;,index:&#39;programId&#39;, width:100},<br />&#160;&#160;&#160; &#160;&#160;{name:&#39;locationName&#39;,index:&#39;locationName&#39;, width:150},<br />&#160;&#160;&#160; &#160;&#160;{name:&#39;programStatus&#39;,index:&#39;programStatus&#39;, width:100}&#160;&#160;<br />&#160;&#160;&#160; &#160;],<br />&#160;&#160;&#160; &#160;rowNum:25,<br />&#160;&#160;&#160; &#160;rowList:[25,100,500],<br />&#160;&#160;&#160; &#160;pager: &#39;#programPager&#39;,<br />&#160;&#160;&#160; &#160;sortname: &#39;programKey&#39;,<br />&#160;&#160;&#160;&#160; altRows: true,<br />&#160;&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160;&#160; sortorder: &#39;asc&#39;,<br />&#160;&#160;jsonReader: {<br />&#160;&#160;&#160;root: &#39;rows&#39;,<br />&#160;&#160;&#160;page: &#39;page&#39;,<br />&#160;&#160;&#160;total: &#39;total&#39;,<br />&#160;&#160;&#160;records: &#39;records&#39;,<br />&#160;&#160;&#160;repeatitems: false,<br />&#160;&#160;&#160;id: &#39;programKey&#39;<br />&#160;&#160;},<br />&#160;&#160;width: 1040,<br />&#160;&#160;height: 551<br />});<br />});<br />&#60;/script&#62;<br />&#60;/html&#62;</p>
<p><strong>Here&#39;s a sample json string</strong>:</p>
</p>
<p>{"total": 1, "page": 1, "records": 3, "rows": [{"locationKey":1,"locationName":"abc","latitude":36.03,"longitude":-74.96,"locationAlias":""}, {"locationKey":2,"locationName":"def","latitude":22.57,"longitude":-80.73,"locationAlias":""}, {"locationKey":3,"locationName":"sss","latitude":39.79,"longitude":12.44,"locationAlias":"lfjslfj sldjflsdkj sadlkjlsdkjf&#160; flkasdj"}</p>
]]></description>
        	        	<pubDate>Mon, 06 Jun 2011 16:04:34 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on page in pager is not visible</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/page-in-pager-is-not-visible#p23473</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/page-in-pager-is-not-visible#p23473</guid>
        	        	<description><![CDATA[<p>It is difficult to guess not haven seen the page about which you wrote. Could you post the URL to the page having the problem or post the full HTML page which can be used to reproduce your problem?</p>
]]></description>
        	        	<pubDate>Sun, 05 Jun 2011 08:54:37 +0300</pubDate>
        </item>
        <item>
        	<title>dranney on page in pager is not visible</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/page-in-pager-is-not-visible#p23470</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/page-in-pager-is-not-visible#p23470</guid>
        	        	<description><![CDATA[<p>When I remove jqGrid css from the page, the page number shows up ok, but obviously there are many other issues, so I added it back in.&#160; When I add the doctype, the page number looks good, but the View 1 -25 of 321 is cut off about 25%&#160;at the bottom. # 3 above had no effect.&#160; Do you have any other suggestions?&#160; Thanks!!!</p>
]]></description>
        	        	<pubDate>Sat, 04 Jun 2011 20:32:22 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on page in pager is not visible</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/page-in-pager-is-not-visible#p23468</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/page-in-pager-is-not-visible#p23468</guid>
        	        	<description><![CDATA[<p>You should do following:</p>
<ol>
<li>verify that jQuery UI and jqGrid CSS are really loaded on the page</li>
<li>verify that &#60;!DOCTYPE html ... is defined in the first row of your page</li>
<li>verify that you don&#39;t use Internet Explorer in some old compatibility mode. If it was your problem you can fix it by including meta like &#60;meta http-equiv="X-UA-Compatible" content="IE=edge" /&#62;&#160;on your page</li>
</ol>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Sat, 04 Jun 2011 18:54:03 +0300</pubDate>
        </item>
        <item>
        	<title>dranney on page in pager is not visible</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/page-in-pager-is-not-visible#p23467</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/page-in-pager-is-not-visible#p23467</guid>
        	        	<description><![CDATA[<p>it appears that the input box for the page is too small. i can see only the top 25% of the page number.&#160; Does anyone know what the issue is?</p>
]]></description>
        	        	<pubDate>Sat, 04 Jun 2011 18:27:53 +0300</pubDate>
        </item>
</channel>
</rss>