<?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: height "100%" means whole browser page</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/height-100-means-whole-browser-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/height-100-means-whole-browser-page/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Zed on height "100%" means whole browser page</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/height-100-means-whole-browser-page#p4676</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/height-100-means-whole-browser-page#p4676</guid>
        	        	<description><![CDATA[<p>Great, that did it.</p>
<p>Big thanks, //Jan</p>
]]></description>
        	        	<pubDate>Tue, 17 Feb 2009 07:22:24 +0200</pubDate>
        </item>
        <item>
        	<title>tony on height "100%" means whole browser page</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/height-100-means-whole-browser-page#p4672</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/height-100-means-whole-browser-page#p4672</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Could you please try height: &#39;auto&#39; - instead of height:&#39;100%&#39;</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 17 Feb 2009 05:36:40 +0200</pubDate>
        </item>
        <item>
        	<title>Zed on height "100%" means whole browser page</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/height-100-means-whole-browser-page#p4669</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/height-100-means-whole-browser-page#p4669</guid>
        	        	<description><![CDATA[<p>I&#39;ve just started to use the grid and I like it very much. Now I have a problem with the "height 100%" that would be perfect for me. When I set this, I get my pager at the very bottom of my page and a big space between &#160;last row and the pager. It looks the same in IE7, FF and Opera. It looks good on the demosite but I can&#39;t find what&#39;s wrong with mine.</p>
<p>&#160;Any ideas why my divider is too big?</p>
<p>cheers, Jan</p>
<pre>$(document).ready(function(){
  $("#list").jqGrid({
    url:&#39;search.php&#39;,
    datatype: &#39;json&#39;,
    mtype: &#39;GET&#39;,
    colNames:[&#39;Id&#39;,&#39;Provider&#39;,&#39;IP&#39;,&#39;User ID&#39;,&#39;Created&#39;,&#39;Updated&#39;],
    colModel :[
      {name:&#39;Id&#39;, index:&#39;id&#39;, width:55, align:&#39;center&#39;},
      {name:&#39;Provider&#39;, index:&#39;isp&#39;, width:90, align:&#39;center&#39;},
      {name:&#39;IP&#39;, index:&#39;ip&#39;, width:60, align:&#39;center&#39;},
      {name:&#39;User ID&#39;, index:&#39;user_id&#39;, width:90, align:&#39;center&#39;},
      {name:&#39;Created&#39;, index:&#39;created_at&#39;, width:150, align:&#39;center&#39;},
      {name:&#39;Updated&#39;, index:&#39;updated_at&#39;, width:150, align:&#39;center&#39;} ],
    pager: $(&#39;#pager&#39;),
    loadui:"block",
    rowNum:10,
    rowList:[10,50,100,500,1000],
    sortname: &#39;id&#39;,
    sortorder: "asc",
    viewrecords: true,
    multiselect: true,
    width: "700",
    height: "100%",
    imgpath: &#39;themes/steel/images&#39;,
    caption: &#39;IP2User DB in {WHERE}&#39;,
    editurl:"edit.php"
  }).navGrid(&#39;#pager&#39;,{search:true,refresh:true,edit:false,add:false,del:true});

});</pre>
]]></description>
        	        	<pubDate>Tue, 17 Feb 2009 04:02:54 +0200</pubDate>
        </item>
</channel>
</rss>