<?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: resize all grids on window resize - IE7 issue</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/resize-all-grids-on-window-resize-ie7-issue</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/resize-all-grids-on-window-resize-ie7-issue/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>geppley on resize all grids on window resize - IE7 issue</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/resize-all-grids-on-window-resize-ie7-issue#p27217</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/resize-all-grids-on-window-resize-ie7-issue#p27217</guid>
        	        	<description><![CDATA[<p>Hello,<br />I&#39;m testing out jqGrids (4.4.0)&#160;and would like to add functionality so that when the window is resized all jqGrids on the page are resized too.&#160; Everything is working great in FF, IE8, IE9 but IE7 just hangs (in an infinite loop).&#160; When using "jquery-1.4.2.js" IE7 does not hang but when using "jquery-1.7.2.min.js" IE7 hangs.</p>
<p>Has anyone else experienced this?&#160; I&#39;m trying to troubleshoot and understand why this is occuring but are stuck.</p>
<p style="padding-left: 30px;">&#160;</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3942' value='Select Code' data-codeid='sfcode3942' /></p>
<div class='sfcode' id='sfcode3942'>&#160;&#160;&#60;div class=&#39;grid-container&#39;&#62;<br />&#160;&#160;&#160; &#60;table id=&#39;grid&#39;&#62;&#60;/table&#62;<br />&#160;&#160;&#160; &#60;table id=&#39;grid2&#39;&#62;&#60;/table&#62;<br />&#160;&#160;&#60;/div&#62;</div>
<p><input type='button' class='sfcodeselect' name='sfselectit636' value='Select Code' data-codeid='sfcode636' /></p>
<div class='sfcode' id='sfcode636'>//resize all grids on a page window is resized<br />$(&#34;.ui-jqgrid-btable&#34;).each(function () {&#160;&#160;&#160;&#160;&#160; <br />&#160;(function(grid){&#160;&#160;&#160;&#160;&#160;<br />&#160;&#160;&#160; $(window).bind(&#39;resize&#39;, function () {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; var width = ($(&#34;.grid-container&#34;).width() - 2);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; grid.jqGrid(&#39;setGridWidth&#39;,width);<br />&#160;&#160;&#160; })<br />&#160; })(&#160; $(this) );<br />});</div>
]]></description>
        	        	<pubDate>Tue, 28 Aug 2012 17:48:24 +0300</pubDate>
        </item>
</channel>
</rss>