<?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: onSelectRow that executes trigger("reloadGrid")</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/onselectrow-that-executes-triggerreloadgrid</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/onselectrow-that-executes-triggerreloadgrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>IMBigWillie on onSelectRow that executes trigger("reloadGrid")</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/onselectrow-that-executes-triggerreloadgrid#p16614</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/onselectrow-that-executes-triggerreloadgrid#p16614</guid>
        	        	<description><![CDATA[<p>Hrmm.. I can&#39;t figure out how to get the RTE to stop making it a quote.. oh well.. you get the point!</p>
]]></description>
        	        	<pubDate>Fri, 23 Apr 2010 00:25:02 +0300</pubDate>
        </item>
        <item>
        	<title>IMBigWillie on onSelectRow that executes trigger("reloadGrid")</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/onselectrow-that-executes-triggerreloadgrid#p16613</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/onselectrow-that-executes-triggerreloadgrid#p16613</guid>
        	        	<description><![CDATA[<p>Ok I think I found a good solution&#8230; plus it is probably better not to fire the Ajax if the user is quickly changing rows anyways.</p>
</p>
<p>var vAttendanceRefreshGrid;</p>
<p>..</p>
<p>clearTimeout(vAttendanceRefreshGrid);</p>
<pre id="line64">vAttendanceRefreshGrid = setTimeout(function(){vAttendance.trigger("reloadGrid",[{page:1}]);},500);<br /><br />I actually wrote some keypress events as well so the user can scroll through<br />the grid with up arrow/down arrow/page up/page dn/home/end... so if they<br />are really hammering on the keyboard it is probably better I don&#39;t fire off n number<br />of ajax requests when they aren&#39;t going to see the data for the rows they are<br />scrolling through really quickly anyways.<br /></pre>
]]></description>
        	        	<pubDate>Fri, 23 Apr 2010 00:21:31 +0300</pubDate>
        </item>
        <item>
        	<title>IMBigWillie on onSelectRow that executes trigger("reloadGrid")</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/onselectrow-that-executes-triggerreloadgrid#p16551</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/onselectrow-that-executes-triggerreloadgrid#p16551</guid>
        	        	<description><![CDATA[<p>I have two jqGrid&#39;s and when the first row is changed I would like to refresh the second grid. I am currently trying to accomplish this by sticking the trigger("reloadGrid") of the child grid into the onSelectRow function of the parent.&#160; It is not firing every time and I have confirmed this with Firebug.&#160; Any recommendations?&#160; I know there is the ability to do subgrids, but I would prefer not to unless there is no other way.</p>
</p>
<p>Thanks in advance!</p></p>
]]></description>
        	        	<pubDate>Tue, 20 Apr 2010 06:19:30 +0300</pubDate>
        </item>
</channel>
</rss>