<?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: jqgrid with large "local" data sets</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-large-local-data-sets</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/jqgrid-with-large-local-data-sets/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on jqgrid with large "local" data sets</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-large-local-data-sets#p13242</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-large-local-data-sets#p13242</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks for this. In this case this is really true. Just pushed in GitHub a modified version of addRowData, where you can add a data at once.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 22 Dec 2009 09:34:55 +0200</pubDate>
        </item>
        <item>
        	<title>clintp on jqgrid with large "local" data sets</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-large-local-data-sets#p13195</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-with-large-local-data-sets#p13195</guid>
        	        	<description><![CDATA[<p>I&#39;m looking for recommendations for jqgrid to add a large dataset from a local source.&#160;&#160; Right now, there&#39;s a simple loop:</p>
</p>
<p>&#160;&#160; grid.clearGridData();<br />&#160;&#160;&#160; for(var i = 0; i &#60; data.length; i++)<br />&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; grid.addRowData(i+1, data[i]);<br />&#160;&#160;&#160; }<br />&#160;&#160;&#160; grid.trigger("reloadGrid");</p>
</p>
<p>And on some larger data sets, this causes the browser to display the "javascript is using too many resources...quit/continue" message in IE and FF, usually after several "Continues" everything is fine.&#160; This is for data sets of ~2000 rows.&#160;</p>
</p>
<p>I can break this up into several chunks with setTimeout, but that feels kludgy.</p>
</p>
<p>Using version 3.3 of jqgrid.</p>
]]></description>
        	        	<pubDate>Fri, 18 Dec 2009 23:32:40 +0200</pubDate>
        </item>
</channel>
</rss>