<?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: "Out of memory in line 185" with IE</title>
	<link>http://www.trirand.com/blog/?page_id=393/treegrid/out-of-memory-in-line-185-with-ie</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/treegrid/out-of-memory-in-line-185-with-ie/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on "Out of memory in line 185" with IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/out-of-memory-in-line-185-with-ie#p9923</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/out-of-memory-in-line-185-with-ie#p9923</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. Could yo please send a link to the problem.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 21 Sep 2009 07:47:35 +0300</pubDate>
        </item>
        <item>
        	<title>callistus on "Out of memory in line 185" with IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/out-of-memory-in-line-185-with-ie#p9868</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/out-of-memory-in-line-185-with-ie#p9868</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I&#39;ve used the 3.5.3 treegrid withJSON data, and works fine.&#160; The grid has around 200 rows and each can be expanded.&#160; I expand around 10 to 30 rows, and it works just fine with Firefox but occasionally I get &#8220;Out of memory in line 185&#8243; error with IE8 and IE7.&#160; I&#39;ve installed the IE js memory leak detector and found that the OOM issue occurs at line 60 of grid.base.js inside the parse function.&#160; Can this be fixed?&#160; And just wondering what this eval is doing.</p>
<p><strong>Line 60: return&#160; eval(&#39;(&#39;+js+&#39;)&#39;);</strong></p>
<p>Here is my call to create the treegrid:</p>
<pre id="line63"><br />   $("#treegrid2").GridUnload();<br />   $("#treegrid2").jqGrid({<br />        treeGrid: true,<br />        treeGridModel : &#39;adjacency&#39;,<br />        ExpandColumn : &#39;Name&#39;,<br />        url: &#39;jsp/getTreeGridData.jsp?reportId=9553919&#39;,<br />        datatype: &#39;json&#39;,<br />        mtype: &#39;POST&#39;,<br />        colNames: ["Name","Relationship Type","Type","Status","Criticality","Owned By","Managed By","Support Group"],<br />        colModel: [{"name":"NODEID","hidden":true,"key":true,"width":150,"sortable":false,"resizable":false},{"name":"Name","width":400,"sortable":false,"resizable":true},{"name":"RELATIONSHIPTYPE","width":150,"sortable":false,"resizable":true},{"name":"Type","width":100,"sortable":false,"resizable":true},{"name":"Status","width":100,"sortable":false,"resizable":true},{"name":"Criticality","width":100,"sortable":false,"resizable":true},{"name":"OwnedBy","width":100,"sortable":false,"resizable":true},{"name":"ManagedBy","width":100,"sortable":false,"resizable":true},{"name":"SupportGroup","width":100,"sortable":false,"resizable":true}],<br />        width: docWidth,<br />        height: &#39;auto&#39;,<br />        rowNum: 2000,<br />        pager : jQuery("#ptreegrid2"),<br />        imgpath: &#39;themes/redmond/images&#39;<br />    });<br /><br />Thanks,<br />Callsitus<br /></pre>
]]></description>
        	        	<pubDate>Fri, 18 Sep 2009 18:57:33 +0300</pubDate>
        </item>
</channel>
</rss>