<?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: Adding horizontal scroll</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/adding-horizontal-scroll</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/adding-horizontal-scroll/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>shalaroras on Adding horizontal scroll</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/adding-horizontal-scroll#p24601</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/adding-horizontal-scroll#p24601</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
<p>I have same issue. Had tried shrinktofit=false.. but it didnt help me.</p>
</p>
<p>Code is</p>
<p>$(&#39;#&#39; + id).jqGrid({<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;url: getDataUrl(),<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; sortable: true, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;datatype: "json",<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;height: &#39;100%&#39;,<br />&#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;{name:&#39;Name&#39;, index:&#39;Name&#39;,search:false,sortable:false, width:75},&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;Profile&#39;, index:&#39;Profile&#39;,search:false,sortable:false, width:70}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;company_name&#39;, index:&#39;company_name&#39;, width:200},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;first_name&#39;, index:&#39;first_name&#39;, width:200},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;u.last_name&#39;, index:&#39;u.last_name&#39;, width:200},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;entry_date&#39;, index:&#39;entry_date&#39;, width:150},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;email&#39;, index:&#39;email&#39;, width:200},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;phone_work&#39;, index:&#39;phone_work&#39;, width:200},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;phone_home&#39;, index:&#39;phone_home&#39;, width:200},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;phone_mobile&#39;, index:&#39;phone_mobile&#39;, width:200},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;fax&#39;, index:&#39;fax&#39;, width:200},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;source_name&#39;, index:&#39;source_name&#39;, width:150},&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;allocated_to&#39;, index:&#39;allocated_to&#39;, width:150}<br />&#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;multiselect: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;rowNum: $.fn.ltjqgrid.defaults.FundListDefaultNumberOfResultsPerPage,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;rowList: getRowList(),<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;pager: &#39;#&#39; + pagerId,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;sortname: $.fn.ltjqgrid.defaults.DefaultSorting,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;sortorder: $.fn.ltjqgrid.defaults.DefaultSortingDirection,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;recordtext: getLabel("GridRecordText","View {0} - {1} of {2}"),<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;emptyrecords: getLabel("GridEmptyRecords", "No records to view"),<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;loadtext: getLabel("LoadingPageLabel", "Loading..."),<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;pgtext: getLabel("GridPageOf", "Page {0} of {1}"),<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;shrinkToFit: false,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;altRows: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;autowidth: true,<br />&#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;page: currentPage,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewsortcols:[true,"vertical",true],<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;loadComplete: function () { <br />&#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;$(&#39;#&#39; + id + &#39;_cb&#39;).addClass("gridCheckbox"); &#160;&#160; &#160;&#160;&#160; &#160; <br />&#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;$(&#39;#&#39; + id + &#39; tr td:first-child&#39;).addClass("gridCheckbox");&#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;}</p>
<p>Can u pls help!</p></p>
]]></description>
        	        	<pubDate>Tue, 13 Sep 2011 14:59:24 +0300</pubDate>
        </item>
        <item>
        	<title>satmovi on Adding horizontal scroll</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/adding-horizontal-scroll#p18691</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/adding-horizontal-scroll#p18691</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
<p>can I somehow have a scroll bar at the top of the table?</p>
]]></description>
        	        	<pubDate>Tue, 20 Jul 2010 12:08:05 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Adding horizontal scroll</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/adding-horizontal-scroll#p16674</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/adding-horizontal-scroll#p16674</guid>
        	        	<description><![CDATA[<p>Hello</p>
<p>See docs. Ther is a option shrinkToFit</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 26 Apr 2010 12:52:48 +0300</pubDate>
        </item>
        <item>
        	<title>lysitheas on Adding horizontal scroll</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/adding-horizontal-scroll#p16570</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/adding-horizontal-scroll#p16570</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>How can I add horizontal scroll?</p>
]]></description>
        	        	<pubDate>Tue, 20 Apr 2010 20:13:06 +0300</pubDate>
        </item>
</channel>
</rss>