<?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: Column header overwritten when using frozen columns together with jqueryui tabs</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/column-header-overwritten-when-using-frozen-columns-together-with-jqueryui-tabs</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/column-header-overwritten-when-using-frozen-columns-together-with-jqueryui-tabs/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Daniele on Column header overwritten when using frozen columns together with jqueryui tabs</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/column-header-overwritten-when-using-frozen-columns-together-with-jqueryui-tabs#p28989</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/column-header-overwritten-when-using-frozen-columns-together-with-jqueryui-tabs#p28989</guid>
        	        	<description><![CDATA[<p>It works perfect.</p>
<p>Thanks a lot .</p></p>
]]></description>
        	        	<pubDate>Tue, 11 Jun 2013 15:47:06 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on Column header overwritten when using frozen columns together with jqueryui tabs</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/column-header-overwritten-when-using-frozen-columns-together-with-jqueryui-tabs#p28988</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/column-header-overwritten-when-using-frozen-columns-together-with-jqueryui-tabs#p28988</guid>
        	        	<description><![CDATA[<p>Hi <strong>Daniele</strong>,</p>
<p>it&#39;s another problem. I described the solution <a href="/blog/?page_id=393/bugs/upgrade-from-4-5-0-to-4-5-2-breaks-sorting-fixed-column-grids/#p28915" target="_blank">here</a>. You need just call &#160;<strong>triggerHandler("jqGridAfterGridComplete")</strong>&#160;directly after&#160;<strong>setFrozenColumns</strong>.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Tue, 11 Jun 2013 15:33:12 +0300</pubDate>
        </item>
        <item>
        	<title>Daniele on Column header overwritten when using frozen columns together with jqueryui tabs</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/column-header-overwritten-when-using-frozen-columns-together-with-jqueryui-tabs#p28986</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/column-header-overwritten-when-using-frozen-columns-together-with-jqueryui-tabs#p28986</guid>
        	        	<description><![CDATA[<p>I tried to call setFrozenColumns in the callback, now the headers are shown correctly but when I scroll the table the headers are fixed but the data scrolls.</p>
<p>I will try to create a test case for it.</p></p>
]]></description>
        	        	<pubDate>Tue, 11 Jun 2013 13:12:00 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on Column header overwritten when using frozen columns together with jqueryui tabs</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/column-header-overwritten-when-using-frozen-columns-together-with-jqueryui-tabs#p28983</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/column-header-overwritten-when-using-frozen-columns-together-with-jqueryui-tabs#p28983</guid>
        	        	<description><![CDATA[<p>Hello Tony,</p>
<p>I thried to do this, but it not help. The problem is that <strong>jQuery.height</strong> returns 0 it the grid is hidden with <strong>display:none</strong>.</p>
<p>The most practical workaround would be to use activate callback of jQuery UI tabs, test whether the activating grid has whether <strong>frozenColumns</strong> parameter of jqGrid are set to true (grid already has frozen columns) and call <strong>setFrozenColumns</strong> if not. In the way one will call <strong>setFrozenColumns</strong>&#160;on visible grid on the first activation of the tab contains the grid.</p>
<p>Another more alegant solution would be changing calculation of height. One can use the trick from <a href="http://dreamerslab.com/blog/en/get-hidden-elements-width-and-height-with-jquery/" target="_blank">here</a> (or <a href="https://github.com/dreamerslab/jquery.actual/blob/master/jquery.actual.js" target="_blank">here</a>) where one use <strong>visibility: hidden !important; display: block !important;</strong>&#160;styles to mesure dimensions of elements which could be hidden.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Tue, 11 Jun 2013 12:24:28 +0300</pubDate>
        </item>
        <item>
        	<title>Daniele on Column header overwritten when using frozen columns together with jqueryui tabs</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/column-header-overwritten-when-using-frozen-columns-together-with-jqueryui-tabs#p28982</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/column-header-overwritten-when-using-frozen-columns-together-with-jqueryui-tabs#p28982</guid>
        	        	<description><![CDATA[<p>Hello Tony</p>
<p>It works on the simple test case with addRowData but not in my real case that uses json to load data.</p>
<p>I tried to move the setFrozenColumns() in the gridComplete event but it shows the same problem.</p></p>
]]></description>
        	        	<pubDate>Tue, 11 Jun 2013 12:15:41 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Column header overwritten when using frozen columns together with jqueryui tabs</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/column-header-overwritten-when-using-frozen-columns-together-with-jqueryui-tabs#p28980</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/column-header-overwritten-when-using-frozen-columns-together-with-jqueryui-tabs#p28980</guid>
        	        	<description><![CDATA[<p>HEllo,</p>
</p>
<p>Thank you for the test cases. This help us.</p>
<p>Frozen Columns are not compatible with addRowData (sorry)</p>
<p>You can try to use data parameter in grid to add data and then call setFrozen Colummns.</p>
<p>In your case I think (not tested) this will work if you first add the data with fillGrid function and after this call setFrozen Columns.</p>
</p>
<p>Regards</p>
<p>Tony</p></p>
]]></description>
        	        	<pubDate>Tue, 11 Jun 2013 11:56:00 +0300</pubDate>
        </item>
        <item>
        	<title>Daniele on Column header overwritten when using frozen columns together with jqueryui tabs</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/column-header-overwritten-when-using-frozen-columns-together-with-jqueryui-tabs#p28974</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/column-header-overwritten-when-using-frozen-columns-together-with-jqueryui-tabs#p28974</guid>
        	        	<description><![CDATA[<p>I have a page that shows two different grids in jqueryui tabs.</p>
<p>If I enable frozen columns the headers of the frozen columns in the hidden tab are overwritten by the first row of data.</p>
<p>You can see a test case here&#160; <a href="http://jsfiddle.net/danypd69/quuvR/2/" target="_blank">http://jsfiddle.net/danypd69/quuvR/2/</a></p>
<p>check the second tab (Grid2) and you will see what I mean</p>
]]></description>
        	        	<pubDate>Sun, 09 Jun 2013 13:10:06 +0300</pubDate>
        </item>
</channel>
</rss>