<?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: columnChooser and filterToolbar together</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/columnchooser-and-filtertoolbar-together</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/columnchooser-and-filtertoolbar-together/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>JohnK on columnChooser and filterToolbar together</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/columnchooser-and-filtertoolbar-together#p29093</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/columnchooser-and-filtertoolbar-together#p29093</guid>
        	        	<description><![CDATA[<p>I was experiencing this issue using 4.5.2, so I used:</p>
<p>$(&#39;list&#39;).jqGrid(&#39;navButtonAdd&#39;, &#39;#pager&#39;) {</p>
<p>&#160;&#160;&#160; onClickButton: function() {</p>
<p>&#160;&#160; &#160;&#160; $(&#39;list&#39;).jqGrid(&#39;columnChooser&#39;), {</p>
<p>&#160;&#160; &#160;&#160; &#160;&#160; modal: true,</p>
<p>&#160;&#160; &#160;&#160; &#160;&#160; done: function(perm) {</p>
<p>&#160;&#160; &#160;&#160; &#160;&#160; &#160;&#160; $(&#39;.ui-search-input&#39;).show();&#160;&#160; // This line fixed the bug for me.</p>
<p>&#160;&#160; &#160;&#160; &#160;&#160; }</p>
<p>&#160;&#160; &#160;&#160; });</p>
<p>&#160;&#160; }</p>
<p>});</p>
</p>
<p>- John</p>
]]></description>
        	        	<pubDate>Tue, 02 Jul 2013 17:22:17 +0300</pubDate>
        </item>
        <item>
        	<title>tony on columnChooser and filterToolbar together</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/columnchooser-and-filtertoolbar-together#p17002</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/columnchooser-and-filtertoolbar-together#p17002</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I can not reproduce this bug.</p>
<p>I can not remember, but could you please try to use the last version.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 07 May 2010 11:41:28 +0300</pubDate>
        </item>
        <item>
        	<title>betty on columnChooser and filterToolbar together</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/columnchooser-and-filtertoolbar-together#p16993</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/columnchooser-and-filtertoolbar-together#p16993</guid>
        	        	<description><![CDATA[<p>BTW, I am using version 3.6.4.</p>
]]></description>
        	        	<pubDate>Thu, 06 May 2010 23:29:17 +0300</pubDate>
        </item>
        <item>
        	<title>betty on columnChooser and filterToolbar together</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/columnchooser-and-filtertoolbar-together#p16992</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/columnchooser-and-filtertoolbar-together#p16992</guid>
        	        	<description><![CDATA[<p>I used columnChooser and advanced search fetures in my grid, and everything works well.</p>
</p>
<p>Recently I added the filterToolbar in the same grid. No toggle, just display the filter text box when the grid loaded. So one line&#160; of code works: jQuery("#customGrid").jqGrid(&#39;filterToolbar&#39;);</p>
</p>
<p>I tried hide/show some columns, the number of textboxes in the filter tool bar can always match the number of columns. <strong>The problem is with Column Reorder. </strong></p>
</p>
<p><strong>Everytime after I reorder columns, one or two (the first reorder action) filter text boxes will disappear.</strong> And after a few reorder actions, a 9 columns grid will only have 3 filter text boxes left. And then the reorder action will not cause filter text boxes disappear.</p>
</p>
<p>Does anybody use these two features together successfully?</p>
</p>
<p>Thanks a lot!</p>
]]></description>
        	        	<pubDate>Thu, 06 May 2010 23:15:12 +0300</pubDate>
        </item>
</channel>
</rss>