<?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: refresh one grid in real-time </title>
	<link>http://www.trirand.com/blog/?page_id=393/help/refresh-one-grid-in-real-time</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/refresh-one-grid-in-real-time/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>phicarre on refresh one grid in real-time </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/refresh-one-grid-in-real-time#p12728</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/refresh-one-grid-in-real-time#p12728</guid>
        	        	<description><![CDATA[<p>You don&#39;t understand because I don&#39;t explain correctly !</p>
<p>I try with another words <img class="spSmiley" style="margin:0" title="Embarassed" src="/blog/wp-content/forum-smileys/sf-embarassed.gif" alt="Embarassed" /></p>
<p>With</p>
<p>setInterval(function(){jQuery(&#8221;#list1&#8243;).trigger(&#8221;reloadGrid&#8221;);}, 5000);</p>
<p>I refresh every 5 seconds one grid.</p>
<p>Each 5 seconds the content of the grid is deleted and is replaced by a new content</p>
<p>Between the deletion and the insertion there is a gap (a time gap) and this gives the impression of flashing or blinking.</p>
<p>If the content of the database didn&#39;t change during 5 seconds, I should not see this effect (with ajax implementation).</p>
]]></description>
        	        	<pubDate>Fri, 04 Dec 2009 01:44:24 +0200</pubDate>
        </item>
        <item>
        	<title>tony on refresh one grid in real-time </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/refresh-one-grid-in-real-time#p12637</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/refresh-one-grid-in-real-time#p12637</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Did you mean to remove the Loading... message or something elese.</p>
<p>It seems that I do not understand right</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 02 Dec 2009 10:12:55 +0200</pubDate>
        </item>
        <item>
        	<title>phicarre on refresh one grid in real-time </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/refresh-one-grid-in-real-time#p12606</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/refresh-one-grid-in-real-time#p12606</guid>
        	        	<description><![CDATA[<p>I don&#39;t know how to better explain&#160; &#8230;</p>
<p>I suppose that my method is correct, isn&#39;t it ?</p>
<p>what is not possible: to see the refresh ?</p>
<p>I am using mysql on my old development machine. The network is not sollicitated, my database is almost empty.</p>
]]></description>
        	        	<pubDate>Tue, 01 Dec 2009 01:18:13 +0200</pubDate>
        </item>
        <item>
        	<title>tony on refresh one grid in real-time </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/refresh-one-grid-in-real-time#p12582</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/refresh-one-grid-in-real-time#p12582</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Suppose this is not possible with jqGrid.</p>
<p>You should have a faster network connection, not busy database and at last if you load not much data it will work - not sure if I understand the problem.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 30 Nov 2009 13:32:00 +0200</pubDate>
        </item>
        <item>
        	<title>phicarre on refresh one grid in real-time </title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/refresh-one-grid-in-real-time#p12555</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/refresh-one-grid-in-real-time#p12555</guid>
        	        	<description><![CDATA[<p>I want to have "real-time" information in my grid. To do that, I refresh every five seconds the grid:</p>
<p>setInterval(function(){jQuery("#list1").trigger("reloadGrid");}, 5000);</p>
<p>Unfortunately the refresh is visible: the grid is empty during a few milliseconds and filled after.</p>
<p>How to eliminate or decrease this "flash" effect ?</p>
]]></description>
        	        	<pubDate>Sat, 28 Nov 2009 20:17:27 +0200</pubDate>
        </item>
</channel>
</rss>