<?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: how to evict the flickering on reload by using updategridrows</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-evict-the-flickering-on-reload-by-using-updategridrows</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/how-to-evict-the-flickering-on-reload-by-using-updategridrows/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>otinanism on how to evict the flickering on reload by using updategridrows</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-evict-the-flickering-on-reload-by-using-updategridrows#p21452</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-evict-the-flickering-on-reload-by-using-updategridrows#p21452</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>tony, you say "The purpose of updateGridRows is to update data with equal id&#39;s and to to add new one."</p>
<p>Do you mean that if it finds the row it updates it and if it does not it adds it to the grid? Because I tried using it and it does update correctly, buit it does not add new row if id is not found. Is there any functionality fo this ( update or add if not found at the same time)?</p>
</p>
<p>Thank you in advance.</p>
]]></description>
        	        	<pubDate>Mon, 27 Dec 2010 12:58:02 +0200</pubDate>
        </item>
        <item>
        	<title>tony on how to evict the flickering on reload by using updategridrows</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-evict-the-flickering-on-reload-by-using-updategridrows#p15001</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-evict-the-flickering-on-reload-by-using-updategridrows#p15001</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Which other people do not understand this?</p>
<p>The method is standart jqGrid method and there is nothing something special.</p>
<p>The method is applied to specified grid with parameter array and the name of the id row.</p>
<p>Is something that you do not understand?</p>
<p>The passed array replaces the data in the grid if it find the id.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 20 Feb 2010 12:28:19 +0200</pubDate>
        </item>
        <item>
        	<title>phicarre on how to evict the flickering on reload by using updategridrows</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-evict-the-flickering-on-reload-by-using-updategridrows#p14931</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-evict-the-flickering-on-reload-by-using-updategridrows#p14931</guid>
        	        	<description><![CDATA[<p>Thank you for this canvas bu,t as I said in another thread, it&#39;s the syntax of the updateGridRows which is not well understood by me and by other guys ...</p>
]]></description>
        	        	<pubDate>Thu, 18 Feb 2010 13:22:54 +0200</pubDate>
        </item>
        <item>
        	<title>tony on how to evict the flickering on reload by using updategridrows</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-evict-the-flickering-on-reload-by-using-updategridrows#p14870</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-evict-the-flickering-on-reload-by-using-updategridrows#p14870</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>IMHO not a desired solution</p>
<p>The purpose of updateGridRows is to update data with equal id&#39;s and to to add new one.</p>
<p>Some possible solution</p>
</p>
<p>$("#grid").jqGrid({</p>
<p>...</p>
<p>loadonce:true,</p>
<p>...</p>
<p>});</p>
</p>
<p>then for your solution</p>
</p>
<p>setInterval( function(){</p>
<p>$.ajax({</p>
<p>....</p>
<p>complete: function(response, status) {</p>
<p>// get your data here and pass it to the grid</p>
<p>$("#grid").updateGridRows(...);</p>
<p>}</p>
<p>});</p>
<p>},2000);</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 17 Feb 2010 12:08:38 +0200</pubDate>
        </item>
        <item>
        	<title>phicarre on how to evict the flickering on reload by using updategridrows</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-evict-the-flickering-on-reload-by-using-updategridrows#p14770</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-evict-the-flickering-on-reload-by-using-updategridrows#p14770</guid>
        	        	<description><![CDATA[<p>I didn&#39;t find in the forum and in the demo one full example how to use the updateGridRows method (thank you, I already read the doc).</p>
<p>I would like to evict the flickering on reload.</p>
<p>I suppose, for each row of the grid, I must extract the id and compare the same row in the received postdata.</p>
<p>If the ids are equal then I must update the row of the grid with updategridrows.</p>
<p>In order to do all these things I must declare one function as datatype.</p>
<p>Is it the good method ?</p>
]]></description>
        	        	<pubDate>Fri, 12 Feb 2010 20:01:24 +0200</pubDate>
        </item>
</channel>
</rss>