<?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: Select filter display problem</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/select-filter-display-problem</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/select-filter-display-problem/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Select filter display problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/select-filter-display-problem#p15868</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/select-filter-display-problem#p15868</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Which version is used?</p>
<p>Also try to use the latest one.</p>
<p>Maybe you refere to this fixed bug:</p>
<p><a href="http://github.com/tonytomov/jqGrid/commit/ee51a773998555c97f480d20efacf5caa84ce296" rel="nofollow" target="_blank"><a href="http://github.com/tonytomov/jq" rel="nofollow">http://github.com/tonytomov/jq</a>.....caa84ce296</a></p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 22 Mar 2010 11:21:18 +0200</pubDate>
        </item>
        <item>
        	<title>HiveHicks on Select filter display problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/select-filter-display-problem#p15839</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/select-filter-display-problem#p15839</guid>
        	        	<description><![CDATA[<p>Hello!</p>
<p>I&#39;ve got a grid with two columns that use select filter field.</p>
</p>
<p>$("#list").jqGrid({</p>
<p>url: &#39;&#60;%= Url.Action("All") %&#62;&#39;,</p>
<p>datatype: &#39;json&#39;,</p>
<p>mtype: &#39;GET&#39;,</p>
<p>colNames: ["Status", "Type"],</p>
<p>colModel: [</p>
<p>{ name: &#39;Status&#39;, index: &#39;Status&#39;, align: &#39;left&#39;, stype: "select",</p>
<p>searchoptions: { dataUrl: &#39;&#60;%= Url.Action("InvoiceStatusList") %&#62;&#39;, sopt: [&#39;eq&#39;, &#39;ne&#39;] } },</p>
<p>{ name: &#39;Type&#39;, index: &#39;Type&#39;, align: &#39;left&#39;, stype: "select",</p>
<p>searchoptions: { dataUrl: &#39;&#60;%= Url.Action("InvoiceTypeList") %&#62;&#39;, sopt: [&#39;eq&#39;, &#39;ne&#39;] } }</p>
<p>],</p>
<p>pager: $(&#39;#pager&#39;),</p>
<p>rowNum: 10,</p>
<p>rowList: [5, 10, 20, 50],</p>
<p>sortname: &#39;Id&#39;,</p>
<p>sortorder: "desc",</p>
<p>viewrecords: true,</p>
<p>imgpath: &#39;&#60;%= Url.Content("~/Content/css/cupertino/images") %&#62;&#39;,</p>
<p>autowidth: true,</p>
<p>height: 300</p>
<p>});</p>
<p>$("#list").jqGrid(&#39;filterToolbar&#39;, {});</p>
</p>
<p>Te problem is that when the page is shown, both select lists are positioned in the last column so that the first is seen (it occupies 100% of column&#39;s width) and the second is not visible (although I can see it in the Inspector). The HTML that I get in this place:</p>
</p>
<p>&#60;div style="width:100%;position:relative;height:100%;padding-right:0.3em;"&#62;&#60;select id="gs_Type" name="Type" style="width: 100%; "&#62;&#60;option value="Created"&#62;Created&#60;/option&#62;</p>
<p>&#60;option value="Advance"&#62;Advance&#60;/option&#62;</p>
<p>&#60;option value="Expired"&#62;Expired&#60;/option&#62;</p>
<p>&#60;option value="Approved"&#62;Approved&#60;/option&#62;</p>
<p>&#60;/select&#62;&#60;select id="gs_Type" name="Type" style="width: 100%; "&#62;&#60;option value="Transfer"&#62;Transfer&#60;/option&#62;</p>
<p>&#60;option value="WebMoney"&#62;WebMoney&#60;/option&#62;</p>
<p>&#60;option value="YandexMoney"&#62;YandexMoney&#60;/option&#62;</p>
<p>&#60;option value="TestCredits"&#62;TestCredits&#60;/option&#62;</p>
<p>&#60;/select&#62;&#60;/div&#62;</p>
</p>
<p>What&#39;s the problem with it?<img class="spSmiley" style="margin:0" title="Confused" src="/blog/wp-content/forum-smileys/sf-confused.gif" alt="Confused" /></p>
]]></description>
        	        	<pubDate>Fri, 19 Mar 2010 16:31:04 +0200</pubDate>
        </item>
</channel>
</rss>