<?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 trigger event manually.</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-trigger-event-manually</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-trigger-event-manually/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Philippe K on How to trigger event manually.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-trigger-event-manually#p29448</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-trigger-event-manually#p29448</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I&#39;m also searching how to trigger jqGrid events manually. My grid has hiddengrid: true parameter. So the grid is loaded only if I click on the header button, but I need to trigger click event on this button manually (actually when I click on a button on the same page).&#160;I&#39;ve tried following different code</p>
<p>myGrid.trigger("onHeaderClick");</p>
<p>myGrid.trigger("jqGridHeaderClick");</p>
<p>myGrid.trigger("HeaderClick");</p>
<p>myGrid.trigger("headerClick");</p>
<p>But now effect. Then I tried this one</p>
<p>$(".HeaderButton").trigger("click");</p>
<p>The last example make grid visible, but there is no data loaded <img class="spSmiley" style="margin:0" title="Cry" src="/blog/wp-content/forum-smileys/sf-cry.gif" alt="Cry" /></p>
<p>How can I trigger "onHeaderClick"?</p>
<p>Thanks.<img class="spSmiley" style="margin:0" title="Smile" src="/blog/wp-content/forum-smileys/sf-smile.gif" alt="Smile" /></p>
]]></description>
        	        	<pubDate>Mon, 09 Sep 2013 04:10:43 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on How to trigger event manually.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-trigger-event-manually#p24079</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-trigger-event-manually#p24079</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>there are misunderstanding in the terminology. If you want to select a row you can use <a href="/jqgridwiki/doku.php?id=wiki:methods" target="_blank">setSelection</a> method.</p>
<p>Moreover you should be very carefull in the case of identifirers: JavaScript is case sansitive language. So there are no <strong>jQuery.Trigger</strong>&#160;but only <strong>jQuery.trigger</strong> and there are exists no event with the name <strong>OnSelectRow</strong>&#160;- there are only the event with the name <strong>onSelectRow</strong>. By the way it&#39;s corresponds to the common naming conversion used in the JavaScripts: the calss names only schould be started with the capital first charactres.</p>
<p>Best regards<br />Oleg</p>
]]></description>
        	        	<pubDate>Thu, 28 Jul 2011 10:37:52 +0300</pubDate>
        </item>
        <item>
        	<title>surajpatil9211 on How to trigger event manually.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-trigger-event-manually#p24078</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-trigger-event-manually#p24078</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I have a situation where i need to trigger the &#39;OnSelectRow&#39; event manually.</p>
</p>
<p>I have tried $("#UsersGrid").Trigger(&#39;OnSelectRow&#39;), but it&#39;s not working.</p>
</p>
<p>Thanks.</p>
]]></description>
        	        	<pubDate>Thu, 28 Jul 2011 08:05:26 +0300</pubDate>
        </item>
</channel>
</rss>