<?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 3.5.alfa -  Grid in a ui.tabs ?</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-35alfa-grid-in-a-uitabs</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-35alfa-grid-in-a-uitabs/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on jqGrid 3.5.alfa -  Grid in a ui.tabs ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-35alfa-grid-in-a-uitabs#p5715</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-35alfa-grid-in-a-uitabs#p5715</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks all. This is corrected in second alfa release wich will be published tomorrow.</p>
<p>Regards</p>
<p>Tony</p></p>
]]></description>
        	        	<pubDate>Wed, 01 Apr 2009 02:24:04 +0300</pubDate>
        </item>
        <item>
        	<title>CleverHuman on jqGrid 3.5.alfa -  Grid in a ui.tabs ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-35alfa-grid-in-a-uitabs#p5702</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-35alfa-grid-in-a-uitabs#p5702</guid>
        	        	<description><![CDATA[<blockquote>
<p>cvneo said:</p>
<div id="result_box" style="text-align: left;" dir="ltr">I look in the code via firbug</p>
<p>This seems to come from this line: <br /> &#60;td align=&#8221;center&#8221; id=&#8221;pager2_center&#8221; style=&#8221;white-space: nowrap; width: <strong>12px</strong>;&#8221;&#62;</p>
<p>if I change: <br /> &#60;td align=&#8221;center&#8221; id=&#8221;pager2_center&#8221; style=&#8221;white-space: nowrap; width: <strong>300px</strong>;&#8221;&#62;</p>
<p>The navigation buttons reappear.</p>
<p><strong>So it seems the 1114 file grid.base.js</strong> <br /> $ ( &#8220;td #&#8221; + pgid +&#8221;_&#8221;+ ts.p.pagerpos ,&#8221;#&#8221;+ pgcnt). append (PGL). width (TWD 12);</p>
<p>replaced by: <br /> $ ( &#8220;td #&#8221; + pgid +&#8221;_&#8221;+ ts.p.pagerpos ,&#8221;#&#8221;+ pgcnt). append (PGL). width (TWD 300);</p>
<p>By against I do not know if the former has a value involvement Elsewhere &#8230; ?</p>
</div>
</blockquote>
<hr />
<p>I have the same issue but using a JQueryUI Dialog instead of a tab. I imagine the issue is the same, though. And, as suggested above, I am using this as a workaround:</p>
<p>$("#FollowerPager_center").css("width", "300px");</p>
<p>Also, Great job on the 3.5 alpha. It really looks great. The themeroller ready feature is fantastic.</p>
]]></description>
        	        	<pubDate>Tue, 31 Mar 2009 12:17:10 +0300</pubDate>
        </item>
        <item>
        	<title>tony on jqGrid 3.5.alfa -  Grid in a ui.tabs ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-35alfa-grid-in-a-uitabs#p5592</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-35alfa-grid-in-a-uitabs#p5592</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks for this post. One of the problem that I should resolve is the navigator. Commonly the navigator is divided in 3 parts - left, center right - before inserting the pager buttons I calculate the width of the elements putting then in non visible tag. It seems that this operation is not performed correct under some condition. I will check this.</p>
<p>Thanks again</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 25 Mar 2009 10:43:47 +0200</pubDate>
        </item>
        <item>
        	<title>cvneo on jqGrid 3.5.alfa -  Grid in a ui.tabs ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-35alfa-grid-in-a-uitabs#p5574</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-35alfa-grid-in-a-uitabs#p5574</guid>
        	        	<description><![CDATA[<div id="result_box" style="text-align: left;" dir="ltr">I look in the code via firbug </p>
<p> This seems to come from this line: <br /> &#60;td align=&#8221;center&#8221; id=&#8221;pager2_center&#8221; style=&#8221;white-space: nowrap; width: <strong>12px</strong>;&#8221;&#62; </p>
<p> if I change: <br /> &#60;td align=&#8221;center&#8221; id=&#8221;pager2_center&#8221; style=&#8221;white-space: nowrap; width: <strong>300px</strong>;&#8221;&#62; </p>
<p> The navigation buttons reappear. </p>
<p> <strong>So it seems the 1114 file grid.base.js</strong> <br /> $ ( &#8220;td #&#8221; + pgid +&#8221;_&#8221;+ ts.p.pagerpos ,&#8221;#&#8221;+ pgcnt). append (PGL). width (TWD 12); </p>
<p> replaced by: <br /> $ ( &#8220;td #&#8221; + pgid +&#8221;_&#8221;+ ts.p.pagerpos ,&#8221;#&#8221;+ pgcnt). append (PGL). width (TWD 300); </p>
<p> By against I do not know if the former has a value involvement Elsewhere &#8230; ?</p>
</div>
]]></description>
        	        	<pubDate>Tue, 24 Mar 2009 13:36:29 +0200</pubDate>
        </item>
        <item>
        	<title>cvneo on jqGrid 3.5.alfa -  Grid in a ui.tabs ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-35alfa-grid-in-a-uitabs#p5571</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-35alfa-grid-in-a-uitabs#p5571</guid>
        	        	<description><![CDATA[<p>Hello, </p>
<p> I install the new version <br /> <a href="http://www.trirand.com/jqgrid35/jqgrid.html" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgrid3" rel="nofollow">http://www.trirand.com/jqgrid3</a>.....qgrid.html</a> </p>
<p> Firstly great work, bravo! </p>
<p> &#8212; <br /> I have a bug. </p>
<p> I install the Grid in a ui.tabs, everything works well except navGrid, the navigation is not visible, next button, previous page list &#8230; </p>
<p> If it displays the first tab that contains the ui.tabs Grid it works. </p>
<p> But if we display another tab and you click the tab that contains the grid, at the time this will not work anymore: (</p>
<p>I forget to mention that the appeal of the tabs grid is an ajax: <br /> So the 3 tabs uitabs eg A, B, C <br /> We arrive on a page and displays the tab <br /> Then click on the tab C that call the url monGrid.php <br /> At this time it does not work. </p>
<p> But if you come directly on the page and it displays the tab C It Works</p>
<p>It seems the concern is on firefox and safari</p>
<p>Thank you for your help</p>
]]></description>
        	        	<pubDate>Tue, 24 Mar 2009 11:31:44 +0200</pubDate>
        </item>
</channel>
</rss>