<?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 find the Grid Id?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-find-the-grid-id</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-find-the-grid-id/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>mnagireddy on How to find the Grid Id?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-find-the-grid-id#p16928</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-find-the-grid-id#p16928</guid>
        	        	<description><![CDATA[<p>I found the solution.</p>
<p>If someone&#160;interested&#160;here is the solution.</p>
<p>Registered&#160;a function for onSelectRow event.&#160;</p>
</p>
<p>$(document).ready(function(){</p>
<p><span style="white-space:pre"> </span>$.subscribe(&#39;updateSeletedRows&#39;, function(event, data){</p>
<p><span style="white-space:pre"> </span>&#160;&#160; &#160; &#160; &#160;var rowStatus = event.originalEvent.status;&#160;&#160; &#160; &#160; &#160;</p>
<p><span style="white-space: pre;"> </span>var rowId = event.originalEvent.id;</p>
<p><span style="white-space: pre;"> </span>var gridId = data.id;</p>
<p><span style="white-space: pre;"> </span>console.debug(" Grid Id :" + gridId + " Row Id :" + rowId + " Status :" + rowStatus);</p>
<p><span style="white-space: pre;"> </span>......</p>
<p><span style="white-space: pre;"> </span>});</p>
<p><span style="white-space: pre;"> </span>.....</p>
<p>)</p>
]]></description>
        	        	<pubDate>Wed, 05 May 2010 21:56:00 +0300</pubDate>
        </item>
        <item>
        	<title>mnagireddy on How to find the Grid Id?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-find-the-grid-id#p16922</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-find-the-grid-id#p16922</guid>
        	        	<description><![CDATA[<p>I am trying to implement some common functionality when we use pagination/sorting.</p>
<p>I have multiple grids on same page. When the user clicks on the sorting/pagination I have to find the grid id?</p>
<p>How can I find the Grid Id based on the sorting/pagination event?</p>
<p>I appreciate your help.</p>
</p>
<p>Thank you,</p>
<p>Mohan</p>
]]></description>
        	        	<pubDate>Wed, 05 May 2010 17:10:16 +0300</pubDate>
        </item>
</channel>
</rss>