<?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 4,4,1 hanging on reload</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-441-hanging-on-reload-1</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-441-hanging-on-reload-1/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>aram535 on jqGrid 4,4,1 hanging on reload</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-441-hanging-on-reload-1#p28125</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-441-hanging-on-reload-1#p28125</guid>
        	        	<description><![CDATA[<p>I have had this issue, the easiest way to diagnose it like Oleg said was to use the *Complete functions.&#160; I loaded up a firefox profile with FireBug and used console.log(...) to report back the status and that&#39;s how I found my issue.</p>
</p>
<p>Also, if you&#39;re using a dynamic data set, make sure it is running fast enough, one of my problems was that the php function wasn&#39;t flushing out the results fast enough, it was waiting until it had the full set before replying.</p>
]]></description>
        	        	<pubDate>Fri, 25 Jan 2013 16:36:20 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on jqGrid 4,4,1 hanging on reload</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-441-hanging-on-reload-1#p28105</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-441-hanging-on-reload-1#p28105</guid>
        	        	<description><![CDATA[<p>You should search the origin of the problem in your code which you don&#39;t posted here. Typical error could be usage of multiple changes of the page instead of usage of <strong>cellattr</strong>, <strong>rowattr</strong> and <em>custom formatter</em> together with <strong>gridview:true</strong> option. You should search for origin of the performance problem presumably in your code from <strong>loadComplete</strong> or <strong>gridComplete</strong>. I recommend you to read <a href="http://stackoverflow.com/a/12519858/315935" target="_blank">the answer</a>&#160;to understand what is <a href="https://developers.google.com/speed/articles/reflow" target="_blank">refow</a>. <a href="http://stackoverflow.com/a/10531680/315935" target="_blank">The answer</a> and <a href="http://stackoverflow.com/a/12180842/315935" target="_blank">another one</a> shows how to use <strong>cellattr</strong>,&#160;<strong>rowattr</strong>. <a href="http://stackoverflow.com/a/13765086/315935" target="_blank">One more answer</a> demonstracte how to rewrite code from <strong>loadComplete</strong>&#160;or&#160;<strong>gridComplete</strong>&#160;to improve dramatically performance to the grid rendering.</p>
<p>Regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Thu, 24 Jan 2013 10:14:05 +0200</pubDate>
        </item>
        <item>
        	<title>BigJay on jqGrid 4,4,1 hanging on reload</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-441-hanging-on-reload-1#p28102</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-441-hanging-on-reload-1#p28102</guid>
        	        	<description><![CDATA[<p>Hey all. &#160;We are using the grid on one of our internal pages with ~2000 records. &#160;It loads up fine on the first load, but when we reload the grid, the request will take ~1 second, but the browser will hang for another 4-5 seconds to display the data.</p>
<p>Is there any fix other than adding pagination to display less than the 2000 records on the same page?</p>
]]></description>
        	        	<pubDate>Wed, 23 Jan 2013 18:47:22 +0200</pubDate>
        </item>
</channel>
</rss>