<?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: Horizontal scrolling issue</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/horizontal-scrolling-issue</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/horizontal-scrolling-issue/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Horizontal scrolling issue</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/horizontal-scrolling-issue#p3732</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/horizontal-scrolling-issue#p3732</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. Sorry I did not read the complete code. But I see you add the code in setGridWidth method. This fix the problem when you use this method, but not if this is not used. I continue to find a crossbrowser solution.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 29 Dec 2008 02:32:59 +0200</pubDate>
        </item>
        <item>
        	<title>gius on Horizontal scrolling issue</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/horizontal-scrolling-issue#p3677</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/horizontal-scrolling-issue#p3677</guid>
        	        	<description><![CDATA[<p>Btw: It does not widen the last column everytime while scrolling. Just when changing the grid&#39;s width.</p>
]]></description>
        	        	<pubDate>Tue, 23 Dec 2008 04:19:18 +0200</pubDate>
        </item>
        <item>
        	<title>gius on Horizontal scrolling issue</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/horizontal-scrolling-issue#p3676</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/horizontal-scrolling-issue#p3676</guid>
        	        	<description><![CDATA[<p>Right margin was the first thing I tried. But it caused some problems ...in IE8 as far as I remember. But maybe I just put the margin to the table, not the div.</p>
]]></description>
        	        	<pubDate>Tue, 23 Dec 2008 04:17:24 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Horizontal scrolling issue</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/horizontal-scrolling-issue#p3657</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/horizontal-scrolling-issue#p3657</guid>
        	        	<description><![CDATA[<p>Hello Gius,</p>
<p>Good catch. Thank you. I&#39;m not sure if this fix is right since this every time (when horizontall scroll) set the column width with +40 px. Moreover we should be sure here that this column is visibile. And the last issue it does not work correct with IE6.</p>
</p>
<p>I have a fix for this, but the only problem is that it does not work correct&#160; in Safarai.</p>
<p>The solution is simple. Find the grid.hTable and set the marginRigth to 20px. Also the code for scrolling should be removed. I will try to to find a solution for Safari.</p>
<p>Best Regards and Thank you again.</p>
<p>Tony</p></p>
]]></description>
        	        	<pubDate>Tue, 23 Dec 2008 02:52:52 +0200</pubDate>
        </item>
        <item>
        	<title>gius on Horizontal scrolling issue</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/horizontal-scrolling-issue#p3634</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/horizontal-scrolling-issue#p3634</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>there is an issue with horizontal scrolling - according to the scrollbar, the table looks wider than it really is and when you try to scroll to the very right it kicks you several pixels back to left.</p>
<p>There is a simple workaround (hope this will not cause new problems. However, it works for me.</p>
<p>First, delete (or comment out) this line (around line 151 in grid.base.js) causing the "kick" back:</p>
<p><code> if(scrollLeft - this.hDiv.scrollLeft &#62; 5) {this.bDiv.scrollLeft = this.bDiv.scrollLeft - 17;} </code></p>
<p>Then, add these lines at line 464 (before &#39;if(chw + testdata[1]...&#39;):</p>
<p><code> var lastHeader = $("table thead tr:first th:last", $t.grid.hDiv); lastHeader.width(lastHeader.width() + 40); </code></p>
<p>Gius</p>
]]></description>
        	        	<pubDate>Sun, 21 Dec 2008 13:56:32 +0200</pubDate>
        </item>
</channel>
</rss>