<?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: modal dialog problem in IE7</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/modal-dialog-problem-in-ie7</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/modal-dialog-problem-in-ie7/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>mdp on modal dialog problem in IE7</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/modal-dialog-problem-in-ie7#p28511</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/modal-dialog-problem-in-ie7#p28511</guid>
        	        	<description><![CDATA[<p>Thanks for your reply.</p>
<p>I&#39;ve already read that information but I don&#39;t know if jQuery 2.0 Final has a released date (I only found early 2013, not long after 1.9).</p>
<p>Besides, jQuery 1.9 and 2.0 will support the same API. As stated in jQuery blog: "Our goal is for 1.9 and 2.0 to be interchangeable as far as the API set  they support. When 2.0 comes out, your decision on which version to  choose should be as simple as this: If you need IE 6/7/8 support, choose  1.9; otherwise you can use either 1.9 or 2.0."</p>
<p>I know IE 8 and below are not standards-compliants and full of bugs, but I think maybe is too early to drop support.</p>
]]></description>
        	        	<pubDate>Fri, 22 Mar 2013 18:01:57 +0200</pubDate>
        </item>
        <item>
        	<title>tony on modal dialog problem in IE7</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/modal-dialog-problem-in-ie7#p28510</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/modal-dialog-problem-in-ie7#p28510</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>Sorry to say this, but IE6, IE7, IE8 support will be discountinued with next jQuery release - comming very soon.</p>
<p><a href="http://blog.jquery.com/2013/03/01/jquery-2-0-beta-2-released/" target="_blank">Here is the info</a></p>
<p>As from version 4.4.4 of jqGrid does not support IE6 and with the next jQuery release we will not support IE7,IE8.</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 22 Mar 2013 17:09:13 +0200</pubDate>
        </item>
        <item>
        	<title>mdp on modal dialog problem in IE7</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/modal-dialog-problem-in-ie7#p28496</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/modal-dialog-problem-in-ie7#p28496</guid>
        	        	<description><![CDATA[<p>Any solution to this problem?</p>
<p>Thanks!</p>
]]></description>
        	        	<pubDate>Wed, 20 Mar 2013 18:37:47 +0200</pubDate>
        </item>
        <item>
        	<title>mdp on modal dialog problem in IE7</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/modal-dialog-problem-in-ie7#p28280</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/modal-dialog-problem-in-ie7#p28280</guid>
        	        	<description><![CDATA[<p>There seems to be a problem with the modal dialog in IE7.</p>
<p>For example, when I try to edit a record, the overlay doesn&#39;t cover the whole screen if there&#39;s another grid on the page.</p>
<p>Trying to find the problem I found that if I have a jqgrid and other div with the class <strong>"ui-jqgrid"</strong> the div is not covered by the overlay. If I remove the class everything works as expected.<strong>&#160;</strong></p>
</p>
<p><strong>I&#39;m Using jQuery 1.9.1, jQuery UI 1.10 &#38; jqGrid 4.4.4</strong></p>
</p>
<p>Sample code:</p>
<p><strong>&#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&#62;</strong></p>
<p>&#60;html xmlns="http://www.w3.org/1999/xhtml" &#62;<br />&#60;head&#62;<br />&#60;title&#62;Demo Page<br />&#60;/title&#62;</p>
<p>&#160;&#160;&#160; &#60;!&#8211;jQuery&#8211;&#62;&#160;&#160; &#160;<br />&#160;&#160;&#160; &#60;script type="text/javascript" src="../scripts/jquery.js"&#62;&#60;/script&#62;&#160;&#160;&#160;&#160;&#160; &#160;</p>
<p>&#160;&#160;&#160; &#60;!&#8211;jQuery UI css&#8211;&#62;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160; &#60;link href="../css/jquery-ui/jquery-ui.css" rel="stylesheet" type="text/css" /&#62; <br />&#160;&#160; &#160;<br />&#160;&#160;&#160; &#60;!&#8211;JqGrid&#8211;&#62;&#160;&#160; &#160;<br />&#160;&#160;&#160; &#60;link href="../css/ui.jqgrid.css" rel="stylesheet" type="text/css" /&#62;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160; &#60;script type="text/javascript" src="../scripts/grid.locale-es.js"&#62;&#60;/script&#62; &#160;<br />&#160;&#160;&#160; &#60;script type="text/javascript" src="../scripts/jquery.jqGrid.min.js"&#62;&#60;/script&#62; &#160;<br />&#160;&#160; &#160;<br />&#160;&#160;&#160; &#60;script type="text/javascript"&#62;&#160;&#160; &#160;<br />&#160;&#160;&#160; $(document).ready(function () { <br />&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#gridDemo").jqGrid({&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; autowidth: true, &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; prmNames: {id: "field1&#8243;, search:null, nd : null, page: null, rows: null, sort : null, order : null},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames:[&#39;field 1&#39;, &#39;field 2&#39;, &#39;field 3&#39;, &#39;field 4&#39;, &#39;field 5&#39;,&#39;field 6&#39;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel:[<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;field1&#39;,index:&#39;field1&#39;, hidden: true, key: true, width:55, editable:true, editrules:{edithidden:false}, sorttype:&#39;int&#39;},<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;field2&#39;,index:&#39;field2&#39;, editable:true, editoptions:{size:45}, width:190, sorttype:&#39;text&#39;},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;field3&#39;,index:&#39;field3&#39;, editable:true, editoptions:{size:45}, width:190, sorttype:&#39;text&#39;},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;field4&#39;,index:&#39;field4&#39;, editable:true, editoptions:{size:45}, width:190, sorttype:&#39;text&#39;},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;field5&#39;,index:&#39;field5&#39;, editable:true, editoptions:{size:45}, width:190, sorttype:&#39;text&#39;},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;field6&#39;,index:&#39;field6&#39;, editable:true, editoptions:{size:45}, width:190, sorttype:&#39;text&#39;}<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ],&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pager: &#39;#pagerGridDemo&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption:"Demo Problem IE7&#8243;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; });&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#gridDemo").jqGrid(&#39;navGrid&#39;,&#39;#pagerGridDemo&#39;,{edit:true,add:true,del:false,search:false,refresh:false},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {width:430}, {width:430});<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160; });<br />&#160;&#160;&#160; &#60;/script&#62;<br />&#60;/head&#62;<br />&#60;body&#62;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#60;div&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;table id="gridDemo"&#62;&#60;/table&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;div id="pagerGridDemo"&#62;&#60;/div&#62;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;br /&#62;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160; &#60;div style="width: 1268px;" dir="ltr" id="gbox_gridDemo" class="ui-jqgrid ui-widget ui-widget-content"&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;p&#62;demo&#60;/p&#62;<br />&#160;&#160;&#160;&#160;&#160; &#60;/div&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#60;/div&#62;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#60;/body&#62;<br />&#60;/html&#62;</p>
]]></description>
        	        	<pubDate>Thu, 14 Feb 2013 17:06:53 +0200</pubDate>
        </item>
</channel>
</rss>