<?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: IE 11 crashing when second record add in jqGrid</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/ie-11-crashing-when-second-record-add-in-jqgrid</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/ie-11-crashing-when-second-record-add-in-jqgrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>fayaza on IE 11 crashing when second record add in jqGrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/ie-11-crashing-when-second-record-add-in-jqgrid#p30236</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/ie-11-crashing-when-second-record-add-in-jqgrid#p30236</guid>
        	        	<description><![CDATA[<p>I am using jqGrid 3.8.2 and I created an editable base&#160; jqgrid (popup) to store attendee information. The issue is that when i add the information for the second time and focus the cursor on the first textfield IE hangs up and give me error <strong>"Internet Explorer has stopped working"</strong>.</p>
<p>This issue is occuring only in IE 11</p>
<p style="padding-left: 210px;"><em><a href="http://i0.wp.com/sympmarc.com/wp-content/uploads/2013/11/InternetExplorerhasstoppeworking.jpg"><img src="http://i0.wp.com/sympmarc.com/wp-content/uploads/2013/11/InternetExplorerhasstoppeworking.jpg" width="100"  class="sfimageleft spUserImage" alt="IE Stop working" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></em></p>
</p>
<p>There are no server side errors on page, on event binding for this textbox this appears every time and adding the attendee for the 2nd time. Here is the source code:</p>
<p><em>jQuery("#field27").jqGrid({ <br />&#160; &#160;&#160;&#160; &#160;url:&#39;tempattendees.php?Field_ID=1426&#39;,<br />&#160;&#160; &#160;editurl:&#39;tempattendeesedit.php&#39;,<br />&#160;&#160; &#160;datatype: "json",<br />&#160; &#160;&#160;&#160; &#160;colNames:[&#39;ID&#39;, &#39;First Name&#39;, &#39;Last Name&#39;, &#39;Job Title&#39;, &#39;Company&#39;, &#39;Email&#39;, &#39;Phone&#39;, &#39;f&#39;],<br />&#160; &#160;&#160;&#160; &#160;colModel:[<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;AddressBook_ID&#39;,index:&#39;AddressBook_ID&#39;,editable:true, hidden: true},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;FirstName&#39;,index:&#39;FirstName&#39;,editable:true,editrules:{required:true}},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;LastName&#39;,index:&#39;LastName&#39;,editable:true,editrules:{required:true}},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;Job_Title&#39;,index:&#39;Job_Title&#39;,editable:true},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;Company&#39;,index:&#39;Company&#39;,editable:true},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;Email&#39;,index:&#39;Email&#39;,editable:true,editrules:{required:true}},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;Phone&#39;,index:&#39;Phone&#39;,editable:true},<br />&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;Field_ID&#39;,index:&#39;Field_ID&#39;,hidden: true, editable: true, editrules: { edithidden: false }, editoptions: { defaultValue:&#39;1426&#39;}, hidedlg: true}<br />&#160; &#160;&#160;&#160; &#160;],&#160;&#160; &#160;<br />&#160;&#160; &#160;jsonReader : { id: "AddressBook_ID"},&#160;&#160; &#160;<br />&#160;&#160; &#160;width:600, <br />&#160;&#160; &#160;height:100, <br />&#160; &#160;&#160;&#160; &#160;rowNum:50, <br />&#160; &#160;&#160;&#160; &#160;rowList:[15,30,50], <br />&#160; &#160;&#160;&#160; &#160;pager: &#39;#field27pager&#39;, <br />&#160; &#160;&#160;&#160; &#160;sortname: &#39;FirstName&#39;, <br />&#160;&#160;&#160; viewrecords: true, <br />&#160;&#160;&#160; sortorder: "desc", <br />&#160;&#160;&#160; caption:"Customer/Partner Attendees", &#160;&#160; &#160;<br />&#160;&#160; &#160;gridComplete: function() { $("#_empty","#field27").addClass("nodrag nodrop"); jQuery("#field27").tableDnDUpdate(); } &#160;&#160; &#160;<br />});</em></p>
<p>jQuery("#field27").jqGrid(&#39;navGrid&#39;,&#39;#field27pager&#39;,{edit:true,add:true,del:true});</p>
<p>// Resizing<br />jQuery("#field27").jqGrid(&#39;gridResize&#39;,{minWidth:350,maxWidth:800,minHeight:80, maxHeight:350});<br />&#160;&#160; &#160;});</p>
<p style="padding-left: 210px;">&#160;</p>
<p><em><br /></em></p></p>
]]></description>
        	        	<pubDate>Wed, 12 Feb 2014 14:36:15 +0200</pubDate>
        </item>
</channel>
</rss>