<?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: Auto refreshing grid</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/auto-refreshing-grid</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/feature-request/auto-refreshing-grid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>alan on Auto refreshing grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/auto-refreshing-grid#p5903</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/auto-refreshing-grid#p5903</guid>
        	        	<description><![CDATA[<p>Nice. Thanks for the post. Just implemented and this works great.</p>
<p>Here&#39;s my code:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit1016' value='Select Code' data-codeid='sfcode1016' /></p>
<div class='sfcode' id='sfcode1016'>// Auto Page Refresh<br />&#160;&#160;&#160; var f2Auto = false;<br />&#160;&#160;&#160; var int;<br />&#160;&#160;&#160; function enableAutorefresh(state){<br />&#160;&#160;&#160; &#160;&#160;&#160; f2Auto = state;<br />&#160;&#160;&#160; &#160;&#160;&#160; if(f2Auto){int=self.setInterval(&#39;$("#list").trigger("reloadGrid")&#39;,5000)}<br />&#160;&#160;&#160; &#160;&#160;&#160; else{int=window.clearInterval(int)}<br />&#160;&#160;&#160; }&#160;&#160;&#160; </p>
<p>&#60;/script&#62;<br />&#60;/head&#62;<br />&#60;body&#62;<br />&#60;input type="checkbox" id="autorefresh" onclick="enableAutorefresh(this.checked)"&#62; Enable Auto-Refresh<br />&#60;/body&#62;</p>
</div>
]]></description>
        	        	<pubDate>Tue, 07 Apr 2009 08:36:54 +0300</pubDate>
        </item>
        <item>
        	<title>Clement on Auto refreshing grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/auto-refreshing-grid#p5801</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/auto-refreshing-grid#p5801</guid>
        	        	<description><![CDATA[<p>Works for me! Thanks!</p>
]]></description>
        	        	<pubDate>Fri, 03 Apr 2009 01:49:06 +0300</pubDate>
        </item>
        <item>
        	<title>Clement on Auto refreshing grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/auto-refreshing-grid#p5695</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/auto-refreshing-grid#p5695</guid>
        	        	<description><![CDATA[<p>Looks good! I&#39;ll try it out.. 🙂</p>
<p>Thanks alot, Tony!</p>
]]></description>
        	        	<pubDate>Mon, 30 Mar 2009 21:26:23 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Auto refreshing grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/auto-refreshing-grid#p5675</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/auto-refreshing-grid#p5675</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Look here : <a href="http://www.w3schools.com/HTMLDOM/met_win_setinterval.asp" rel="nofollow" target="_blank"><a href="http://www.w3schools.com/HTMLD" rel="nofollow">http://www.w3schools.com/HTMLD</a>.....terval.asp</a></p>
<p>And you will have idea how to do that (using ...trigger("reloadGrid").</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 30 Mar 2009 03:49:22 +0300</pubDate>
        </item>
        <item>
        	<title>Clement on Auto refreshing grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/auto-refreshing-grid#p5657</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/auto-refreshing-grid#p5657</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
<p>Is there an option to allow auto refreshing of the grid instead of having users to manually refresh it? Our data at the server end changes from time to time and we like the clients to refresh every x time period without user intervention.</p>
<p>We happened to see a working example <a href="http://www.firescope.com/OpenSource/Grid/" target="_blank">HERE</a> under the&#8221;Examples&#8221; tab. Notice there is a dropdown selector refresh interval.</p>
<p>It would be great to have this feature! Either as a grid attribute or dropdown with customizable refresh values.</p>
</p>
<p>Thanks,<br />Clement</p>
]]></description>
        	        	<pubDate>Mon, 30 Mar 2009 00:15:19 +0300</pubDate>
        </item>
</channel>
</rss>