<?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 call trigger() with new API ?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-call-trigger-with-new-api</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-call-trigger-with-new-api/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on how to call trigger() with new API ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-call-trigger-with-new-api#p13910</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-call-trigger-with-new-api#p13910</guid>
        	        	<description><![CDATA[<p>Mark,</p>
<p>You know what I will say - thanks.</p>
<p>The trigger reload grid comes from the first release of jqGrid, which should remember me from where I has started.</p>
<p>Think on this as&#160;nostalgic and my style of writting this grid.&#160;</p>
<p>...trigger("reloadGrid") will stay until trigger exist <img class="spSmiley" style="margin:0" title="Wink" src="http://www.trirand.com/blog/wp-content/forum-smileys/sf-wink.gif" alt="Wink" /></p>
<p>Tony&#160;</p>
]]></description>
        	        	<pubDate>Thu, 14 Jan 2010 21:15:18 +0200</pubDate>
        </item>
        <item>
        	<title>markw65 on how to call trigger() with new API ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-call-trigger-with-new-api#p13876</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-call-trigger-with-new-api#p13876</guid>
        	        	<description><![CDATA[<p>The point is that "trigger" is a jQuery method - just like "height" or "css", or "bind". Its not a part of the grid software at all; it just fires a named event. You can call it on /any/ jQuery element, not just a grid.</p>
</p>
<p>So it would probably be better to not document "trigger" as a grid method at all, and instead add an "events" section where you document "reloadGrid" (with an example of how to fire the event).</p>
</p>
<p>To a certain extent, I agree that it /is/ inconsistent, however. Its not really clear (to me, at least) why this one operation was done via events, while everything else was done via grid methods...</p>
</p>
<p>Mark</p>
]]></description>
        	        	<pubDate>Thu, 14 Jan 2010 00:16:33 +0200</pubDate>
        </item>
        <item>
        	<title>tony on how to call trigger() with new API ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-call-trigger-with-new-api#p13862</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-call-trigger-with-new-api#p13862</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks - will see how to explain this.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 13 Jan 2010 19:22:27 +0200</pubDate>
        </item>
        <item>
        	<title>k2s on how to call trigger() with new API ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-call-trigger-with-new-api#p13817</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-call-trigger-with-new-api#p13817</guid>
        	        	<description><![CDATA[<p><strong>Is there a list of "core" methods which are not callable with new API ?</strong></p>
<p>I found all of them listed here <a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:methods" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....ki:methods</a> and found out that trigger doesn&#39;t work with new API. <strong>Maybe trigger should be written with green color as updateColumns for example.</strong></p>
<p>It seams inconsistent to me, but maybe there is reason do make difference.</p>
]]></description>
        	        	<pubDate>Wed, 13 Jan 2010 10:01:01 +0200</pubDate>
        </item>
        <item>
        	<title>markw65 on how to call trigger() with new API ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-call-trigger-with-new-api#p13808</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-call-trigger-with-new-api#p13808</guid>
        	        	<description><![CDATA[<p>Yes, you&#39;re right. "trigger" is a core jQuery method, so its not affected by new/old api. You still call it as:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit2938' value='Select Code' data-codeid='sfcode2938' /></p>
<div class='sfcode' id='sfcode2938'>jQuery(&#39;#grid&#39;).trigger("reloadGrid");</div>
<pre id="line13"><br /><br />Mark</pre>
]]></description>
        	        	<pubDate>Wed, 13 Jan 2010 03:53:51 +0200</pubDate>
        </item>
        <item>
        	<title>k2s on how to call trigger() with new API ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-call-trigger-with-new-api#p13800</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-call-trigger-with-new-api#p13800</guid>
        	        	<description><![CDATA[</p>
<pre id="line13">following code does not seam to work:</pre>
<pre id="line13"><p><input type='button' class='sfcodeselect' name='sfselectit6106' value='Select Code' data-codeid='sfcode6106' /></p><div class='sfcode' id='sfcode6106'>jQuery(&#39;#grid&#39;).jqGrid("trigger","reloadGrid");</div></pre></p>
]]></description>
        	        	<pubDate>Wed, 13 Jan 2010 00:31:11 +0200</pubDate>
        </item>
</channel>
</rss>