<?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: Unspecified error in IE 8 when calling addRowData</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/unspecified-error-in-ie-8-when-calling-addrowdata</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/unspecified-error-in-ie-8-when-calling-addrowdata/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>ram2010 on Unspecified error in IE 8 when calling addRowData</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/unspecified-error-in-ie-8-when-calling-addrowdata#p21896</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/unspecified-error-in-ie-8-when-calling-addrowdata#p21896</guid>
        	        	<description><![CDATA[<p>I have been trying for a number of days to identify the cause or fix this issue I am having withouth any success.&#160; I would really appreciate any help in this matter.</p>
<p>I am using the Struts2-Jquery plugin which uses jqgrid 3.7.2 with Jquery1.4.2.</p>
</p>
<p>I get an Unspecified Error Only in IE 8 (works fine in FireFox 3.6.13) when I call</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6099' value='Select Code' data-codeid='sfcode6099' /></p>
<div class='sfcode' id='sfcode6099'>jQuery(&#34;#&#34;+addGridId).jqGrid(&#39;addRowData&#39;,rowId,rowData);</div>
<p>My logic is I have 2 grids, and I can transfer a row from the left grid to the right hand side grid. This all works fine but sometimes I get this Unspecified Error occurring when adding the rowData to the right grid and IE then crashes. In the IE console, I get&#160;this Unspecified&#160;error at: <strong>jquery-1.4.2.js, line 4448 character 5</strong></p>
<p>This error only seems to happen for specific data. This means that I can call addRowData fine in IE for most of my records, but some specific records refuse to be added and this error comes. I still dont know why it happens. I have searched the web but cant find much on this issue. I even tried with jquery 1.4.4.js and the same thing happens.</p>
</p>
<p>//Retrieve rowData from left grid</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8388' value='Select Code' data-codeid='sfcode8388' /></p>
<div class='sfcode' id='sfcode8388'>var rowData = jQuery(&#34;#&#34;+removeGridId).jqGrid(&#39;getRowData&#39;,rowId);</div>
</p>
<p>//Delete rowData from left grid<span style="font-size: x-small;"> </span></p>
<p><span style="color: #2a00ff; font-size: x-small;"><span style="color: #2a00ff; font-size: x-small;"></span></span></p>
<p><input type='button' class='sfcodeselect' name='sfselectit2590' value='Select Code' data-codeid='sfcode2590' /></p>
<div class='sfcode' id='sfcode2590'><span style=&#34;&#34;&#34;color:&#34;&#34;><span style=&#34;&#34;&#34;color:&#34;&#34;>jQuery(&#34;#&#34;</span></span><span style=&#34;&#34;&#34;font-size:&#34;&#34;>+removeGridId).jqGrid(</span><span style=&#34;&#34;&#34;color:&#34;&#34;><span style=&#34;&#34;&#34;color:&#34;&#34;>&#39;delRowData&#39;</span></span><span style=&#34;&#34;&#34;font-size:&#34;&#34;>,rowId);</span></div>
</p>
<p>//Add rowData to right grid (problem happens at this line below!)<span style="font-size: x-small;"><span style="font-size: x-small;">&#160;</span> </span></p>
<p><span style="font-size: x-small;">&#160;</span></p>
<p><input type='button' class='sfcodeselect' name='sfselectit8633' value='Select Code' data-codeid='sfcode8633' /></p>
<div class='sfcode' id='sfcode8633'><span style=&#34;&#34;&#34;&#34;font-size:&#34;&#34;&#34;></p>
<p align=&#34;&#34;&#34;&#34;left&#34;&#34;&#34;&#34;>jQuery(</p>
</p>
<p></span><span style=&#34;&#34;&#34;&#34;color:&#34;&#34;&#34;><span style=&#34;&#34;&#34;&#34;color:&#34;&#34;&#34;>&#34;#&#34;</span></span><span style=&#34;&#34;&#34;&#34;font-size:&#34;&#34;&#34;>+addGridId).jqGrid(</span><span style=&#34;&#34;&#34;&#34;color:&#34;&#34;&#34;><span style=&#34;&#34;&#34;&#34;color:&#34;&#34;&#34;>&#39;addRowData&#39;</span></span><span style=&#34;&#34;&#34;&#34;font-size:&#34;&#34;&#34;>,rowId,rowData);</span></div>
<p align="left">&#160;</p>
<p align="left">&#160;</p>
</p>
<p>Your help is very much appreciated on a solution.</p>
<p>thanks</p></p>
]]></description>
        	        	<pubDate>Mon, 31 Jan 2011 15:33:43 +0200</pubDate>
        </item>
</channel>
</rss>