<?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 can I get the gridId in some event handler?</title>
	<link>http://www.trirand.com/blog/?page_id=393/discussion/how-can-i-get-the-gridid-in-some-event-handler</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/discussion/how-can-i-get-the-gridid-in-some-event-handler/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on How can I get the gridId in some event handler?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/how-can-i-get-the-gridid-in-some-event-handler#p17228</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/how-can-i-get-the-gridid-in-some-event-handler#p17228</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>As of 3.6.X releases you can use <strong>this </strong>which point to the grid &#8211; i.e</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8607' value='Select Code' data-codeid='sfcode8607' /></p>
<div class='sfcode' id='sfcode8607'>
<p>gridComplete : function() {</p>
<p>$(this).jqGrid(&#39;jqGrid_Method_here&#39;,&#39;param1&#39;,&#39;param2&#39;);</p>
<p>// to obtain the id (which is the same)</p>
<p>var gridid = $(this).attr(&#34;id&#34;);</p>
<p>}</p>
</p>
</div>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 17 May 2010 19:54:42 +0300</pubDate>
        </item>
        <item>
        	<title>kuafusoft on How can I get the gridId in some event handler?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/how-can-i-get-the-gridid-in-some-event-handler#p17050</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/how-can-i-get-the-gridid-in-some-event-handler#p17050</guid>
        	        	<description><![CDATA[<p>When I define the gridComplete event handler, I can not get the gridId. So it&#39;s difficult for me to implement the general functions for many grids. Can we pass the gridId to the event handler? And any grid may be as the sub-grid, so I can not hard code the gridId. I think it will be helpful to add the gridId as a parameter.</p>
]]></description>
        	        	<pubDate>Tue, 11 May 2010 05:04:12 +0300</pubDate>
        </item>
</channel>
</rss>