<?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 incorrect width when inside a hidden div</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-incorrect-width-when-inside-a-hidden-div</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/jqgrid-incorrect-width-when-inside-a-hidden-div/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on jqgrid incorrect width when inside a hidden div</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-incorrect-width-when-inside-a-hidden-div#p30853</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-incorrect-width-when-inside-a-hidden-div#p30853</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>If you do not use autoWidth does the problem persist. The problem is that when autoWidth iis on the grid try to get the width of its parent container and since it is 0 (hidden) there is a problem.</p>
<p>You can solve the problem if you set some initial width and after you show the div get its width and set it to the grid using setGridWidth method - see docs.</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Fri, 18 Jul 2014 17:25:52 +0300</pubDate>
        </item>
        <item>
        	<title>neelmanigautam on jqgrid incorrect width when inside a hidden div</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-incorrect-width-when-inside-a-hidden-div#p30842</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-incorrect-width-when-inside-a-hidden-div#p30842</guid>
        	        	<description><![CDATA[<p>We have a jqgrid plugin based table that is inside a div that is hidden by default (display:none). On click of a link we unhide the div but jqgrid doesn't show up properly the width and height of the table is messed up.</p>
<p>If we open developer tools then it corrects itself. Once it is corrected then this behaviour doesn't occur again.</p>
<p>We have jqgrid intialized with autoWidth parameter as true.Â </p>
<p>Â </p>
<p>Can anybody help???</p>
]]></description>
        	        	<pubDate>Mon, 14 Jul 2014 14:36:50 +0300</pubDate>
        </item>
</channel>
</rss>