<?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: jqGrid inside Scrollable Division</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-inside-scrollable-division</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/jqgrid-inside-scrollable-division/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Reg on jqGrid inside Scrollable Division</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-inside-scrollable-division#p18225</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-inside-scrollable-division#p18225</guid>
        	        	<description><![CDATA[<p>And the solution is... (Tony and I worked it out off-line) the scrollable division was not defined in the css file as position: relative. Adding this line was&#160;all it took.</p>
<p>Thanks Tony</p>
<p>Reg</p>
]]></description>
        	        	<pubDate>Sun, 27 Jun 2010 20:57:07 +0300</pubDate>
        </item>
        <item>
        	<title>tony on jqGrid inside Scrollable Division</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-inside-scrollable-division#p18078</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-inside-scrollable-division#p18078</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>The grid can not be defined as div, but as table.</p>
<p>Your content maybe (not sure) can look like this</p>
</p>
<p>&#60;div class="jqWrapper"&#62;</p>
<p><strong>&#60;table id="tblcontents" class="scroll"&#62;&#60;/table&#62; </strong><br /><strong>&#60;div id="tblcontentsPager" &#62;&#60;/div&#62; </strong></p>
<p>&#60;/div&#62;</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 20 Jun 2010 12:23:56 +0300</pubDate>
        </item>
        <item>
        	<title>Reg on jqGrid inside Scrollable Division</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-inside-scrollable-division#p18015</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-inside-scrollable-division#p18015</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>My basic page is set up with scrollable divisions so that the content (including the jGrid) can be scrolled independently&#160;of the surrounding content. In ver 3.7 a jGrid grid appears not to stay within the scrollable division, but it did in ver 3.4.</p>
</p>
<p>Am I missing something or is this a change in jGrid?</p>
</p>
<p>Thanks</p>
<p>Reg</p>
</p>
<p>Later...</p>
</p>
<p>In ver 3.4 I made this work by putting the jgrid inside a table:</p>
<blockquote>
<p>&#60;table class="jqWrapper"&#62;&#60;tr&#62;&#60;td&#62;<br />&#60;div id="tblcontents" class="scroll"&#62;&#60;/div&#62; <br />&#60;div id="tblcontentsPager" class="scroll" style="text-align:right;"&#62;&#60;/div&#62; <br />&#60;/td&#62;&#60;/tr&#62;&#60;/table&#62;</p>
</blockquote>
<p>I don&#39;t now if that makes a difference in ver 3.7</p>
]]></description>
        	        	<pubDate>Thu, 17 Jun 2010 19:51:45 +0300</pubDate>
        </item>
</channel>
</rss>