<?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: Unwanted horizontal scroll bars</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/unwanted-horizontal-scroll-bars</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/unwanted-horizontal-scroll-bars/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>ashfaqzp on Unwanted horizontal scroll bars</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/unwanted-horizontal-scroll-bars#p29905</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/unwanted-horizontal-scroll-bars#p29905</guid>
        	        	<description><![CDATA[</p>
<p>After lot of search I got a perfect soltuion. You can find here: <a href="http://rapidsol.blogspot.com/2013/11/jqgrid-remove-scrollbar.html" rel="nofollow" target="_blank"><a href="http://rapidsol.blogspot.com/2" rel="nofollow">http://rapidsol.blogspot.com/2</a>.....llbar.html</a></p>
]]></description>
        	        	<pubDate>Fri, 29 Nov 2013 13:43:15 +0200</pubDate>
        </item>
        <item>
        	<title>ari on Unwanted horizontal scroll bars</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/unwanted-horizontal-scroll-bars#p18269</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/unwanted-horizontal-scroll-bars#p18269</guid>
        	        	<description><![CDATA[<p>I can confirm the issue with version 3.7. In my case I&#39;m setting shrinkToFit to true, but the grid is showing a horizontal scroll bar only if there is also a vertical scroll bar. That is, it appears to be calculating the necessary width to fit the grid before the data is loaded (I&#39;m using xml loaded from a URL). Once the data is loaded and a vertical scroll bar is needed, then the content no longer fits and jqGrid draws in a horizontal scrollbar.</p>
</p>
<p>Interestingly, resizing the grid (I&#39;ve enabled that option) by dragging the bottom right corner even a millimeter, will cause the columns to shrinkToFit again and now take into account the vertical scroll bar space, so the horizontal scrollbar goes away.</p>
<p>I&#39;ve been unable to figure a workaround by trying to fire resize events into the grid, but I&#39;m probably trying the wrong thing so far. Could this be marked as a bug to fix in the grid for the next release?</p>
]]></description>
        	        	<pubDate>Tue, 29 Jun 2010 14:15:35 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Unwanted horizontal scroll bars</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/unwanted-horizontal-scroll-bars#p16666</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/unwanted-horizontal-scroll-bars#p16666</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Try to set not height : &#39;300px&#39;, but height:300,</p>
<p>Also try to set the width of the grid something like width : 500</p>
<p>and let me know if this help</p>
<p>Regards</p>
<p>Tony</p></p>
]]></description>
        	        	<pubDate>Mon, 26 Apr 2010 12:22:29 +0300</pubDate>
        </item>
        <item>
        	<title>maitopoika on Unwanted horizontal scroll bars</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/unwanted-horizontal-scroll-bars#p16549</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/unwanted-horizontal-scroll-bars#p16549</guid>
        	        	<description><![CDATA[<p>I am using version 3.6.4</p>
</p>
<p>I don&#39;t think the imagepath has anything to do with the horizontal scroll bars though??</p>
]]></description>
        	        	<pubDate>Tue, 20 Apr 2010 00:50:09 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Unwanted horizontal scroll bars</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/unwanted-horizontal-scroll-bars#p16526</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/unwanted-horizontal-scroll-bars#p16526</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Which version of jqGrid is used?</p>
<p>I see the option imgpath which is deprecated.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 19 Apr 2010 13:39:10 +0300</pubDate>
        </item>
        <item>
        	<title>maitopoika on Unwanted horizontal scroll bars</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/unwanted-horizontal-scroll-bars#p16474</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/unwanted-horizontal-scroll-bars#p16474</guid>
        	        	<description><![CDATA[<p>&#160;jQuery("#ScheduledList").jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; url: gridUr + &#39;/&#39; + month + &#39;/&#39; + date + &#39;/&#39; + year,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: &#39;json&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; mtype: &#39;GET&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; altRows: &#39;False&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames: [&#39;Invoice&#39;, &#39;Status&#39;, &#39;Company&#39;, &#39;Contact&#39;, &#39;Model&#39;, &#39;Customer&#39;, &#39;Order Notes&#39;, &#39;Internal Notes&#39;, &#39;DSR&#39;, &#39;Prod Date&#39;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel: [<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;invoice&#39;, index: &#39;invoice&#39;, width: 50, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;orderStatus&#39;, index: &#39;orderStatus&#39;, width: 50, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;company&#39;, index: &#39;company&#39;, width: 200, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;companyContactNumber&#39;, index: &#39;companyContactNumber&#39;, width: 100, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;descript&#39;, index: &#39;descript&#39;, width: 60, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;CustomerName&#39;, index: &#39;CustomerName&#39;, width: 100, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;orderNotes&#39;, index: &#39;orderNotes&#39;, width: 125, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;internalNotes&#39;, index: &#39;internalNotes&#39;, width: 175, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;DsrFirstName&#39;, index: &#39;DsrFirstName&#39;, width: 70, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;ProductionDate&#39;, index: &#39;ProductionDate&#39;, width: 60, align: &#39;left&#39; }</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pager: jQuery(&#39;#Scheduledpager&#39;),<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowNum: 20,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowList: [5, 10, 20, 50],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortname: &#39;Id&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortorder: "desc",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; imgpath: themeURL,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; height: &#39;300px&#39;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; })</p>
]]></description>
        	        	<pubDate>Fri, 16 Apr 2010 17:59:45 +0300</pubDate>
        </item>
        <item>
        	<title>Preichow on Unwanted horizontal scroll bars</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/unwanted-horizontal-scroll-bars#p16445</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/unwanted-horizontal-scroll-bars#p16445</guid>
        	        	<description><![CDATA[<p>Can you post your code?&#160; There could be a couple causes.&#160; Using the "My First Grid" example from the documentation, my grid doesn&#39;t have a horizontal scroll bar, even when I reduce its width down to 30 pixels.</p>
<p>Also, check out the documentation page <a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....ki:options</a> and look at the options that involve the horizontal scrollbar, ie shrinkToFit and forceFit.&#160;&#160; If you have one of those set, that would give you an unwanted horizontal bar.</p>
]]></description>
        	        	<pubDate>Fri, 16 Apr 2010 01:58:56 +0300</pubDate>
        </item>
        <item>
        	<title>maitopoika on Unwanted horizontal scroll bars</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/unwanted-horizontal-scroll-bars#p16443</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/unwanted-horizontal-scroll-bars#p16443</guid>
        	        	<description><![CDATA[<p>my grid keeps showing horizonal scroll bars and wont fit all the data in the gird. If i shrink downt the column width the whole grid width shrinks and still i get the scoll bars with the same amount of data overflowing. How can I set the width and fit the width of the colums to fit inside with no need for scrollbars???</p>
]]></description>
        	        	<pubDate>Fri, 16 Apr 2010 00:50:39 +0300</pubDate>
        </item>
</channel>
</rss>