<?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: How to increase search window width and decrease column widths</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-increase-search-window-width-and-decrease-column-widths</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/how-to-increase-search-window-width-and-decrease-column-widths/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Wooya on How to increase search window width and decrease column widths</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-increase-search-window-width-and-decrease-column-widths#p28543</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-increase-search-window-width-and-decrease-column-widths#p28543</guid>
        	        	<description><![CDATA[<p>About resizing search form try this:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7534' value='Select Code' data-codeid='sfcode7534' /></p>
<div class='sfcode' id='sfcode7534'>
<p>var ps = { multipleSearch:true, multipleGroup:true };</p>
<p>$(&#34;#mygrid&#34;).searchGrid(ps);</p>
<p>$(&#34;#fbox_mygrid&#34;)</p>
<p>.height(&#34;200px&#34;);</p>
<p>$(&#34;#searchmodfbox_mygrid&#34;)</p>
<p>.width(&#34;600px&#34;)</p>
<p>.css(&#34;top&#34;, ($(window).height() / 2 - $(&#34;#searchmodfbox_mygrid&#34;).height() / 2) + &#34;px&#34;)</p>
<p>.css(&#34;left&#34;, ($(window).width() / 2 - $(&#34;#searchmodfbox_mygrid&#34;).width() / 2) + &#34;px&#34;)</p>
<p>.hide();</p>
</div>
]]></description>
        	        	<pubDate>Thu, 28 Mar 2013 13:13:22 +0200</pubDate>
        </item>
        <item>
        	<title>kobruleht on How to increase search window width and decrease column widths</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-increase-search-window-width-and-decrease-column-widths#p23195</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-increase-search-window-width-and-decrease-column-widths#p23195</guid>
        	        	<description><![CDATA[<p>My table contains 5&#160;&#160;up to 255 character wide fields.</p>
<p>For this table jqGrid search window width is too small, horizontal scollbar appears.<br />Search window contains 3 columns with equal width.<br />Name and search operation columns widths are&#160;too big.</p>
<p>How to increase search window width and decrease column name and search operand columns widths ?</p>
]]></description>
        	        	<pubDate>Mon, 16 May 2011 11:07:37 +0300</pubDate>
        </item>
</channel>
</rss>