<?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: jqgrid columnchooser issue with internet explorer 8</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-columnchooser-issue-with-internet-explorer-8</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/jqgrid-columnchooser-issue-with-internet-explorer-8/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>daniele.scillia on jqgrid columnchooser issue with internet explorer 8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-columnchooser-issue-with-internet-explorer-8#p29470</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-columnchooser-issue-with-internet-explorer-8#p29470</guid>
        	        	<description><![CDATA[<p>HI, i have some problems with the qgrid columnchooser in IE8.</p>
<p>I have three pages, each one of them has a jqgrid inside, which show some datas received from an ajax call to a php which execute an SQL (one different query for each grid).</p>
<p>All pages works fine with chrome and firefox, but only the first two pages work fine with IE8 too.</p>
<p>The only difference from the pages is the called php, that have his own particular sql query and output.</p>
<p>The version of jqgrid (4.3.3) is the same in all of them.</p>
<p>I have tried with 4.5.2 version, but it didn&#39;t solved the problem. The only thing that made it work was reducing the number of extracted field, directly from sql.</p>
<p>i reduced them from 78 to 14, and the columnchooser worked fine.</p>
<p>I can solve this selecting only the fields i need, but if i could let them all would be perfect, so I ask you if you can help me.</p>
</p>
<pre class="default prettyprint prettyprinted"><p><input type='button' class='sfcodeselect' name='sfselectit6005' value='Select Code' data-codeid='sfcode6005' /></p><div class='sfcode' id='sfcode6005'>jQuery(&#34;#list&#34;).jqGrid(&#39;navButtonAdd&#39;, &#39;#pager&#39;, {
    caption : &#34;&#34;,
    title : &#34;Scegli colonne&#34;,
    onClickButton : function() {
        jQuery(&#34;#list&#34;).jqGrid(&#39;columnChooser&#39;, {
            &#34;msel_opts&#34; : $.ui.multiselect.defaults,
            &#34;shrinkToFit&#34; : true,
            &#34;autowidth&#34; : true,
            done : function(perm) {
                w = $(window).width();
                // alert(&#39;done &#39; + w);
                if (perm) {// alert(perm);
                    // &#34;OK&#34; button are clicked
                    this.jqGrid(&#34;remapColumns&#34;, perm, true);
                    // the grid width is probably changed co we can get new
                    // width
                    // and adjust the width of other elements on the page
                    // var gwdth = this.jqGrid(&#34;getGridParam&#34;,&#34;width&#34;);
                    // this.jqGrid(&#34;setGridWidth&#34;,gwdth);
                    this.setGridWidth(w - 30, true);
                    // NF rintraccia vincoli e nascondi colonne per vincoli
                    // alert(&#39;vincoli colonna&#39;);
                    /*
                     * if (VINCcolumn) { setVINCcol(&#34;list&#34;, VINCcolumn); }
                     */
                    $(&#39;.ui-search-input&#39;).show();
                } else {
                    // we can do some action in case of &#34;Cancel&#34; button
                    // clicked
                }
            }
        });
    }
});</div></pre>
<pre class="default prettyprint prettyprinted">Is it possible thas is caused from the number of fields?</pre>
]]></description>
        	        	<pubDate>Fri, 13 Sep 2013 18:58:57 +0300</pubDate>
        </item>
</channel>
</rss>