<?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: getGridParam</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/getgridparam</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/getgridparam/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Drew on getGridParam</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/getgridparam#p7330</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/getgridparam#p7330</guid>
        	        	<description><![CDATA[<p>You can get getCell to get the value of a cell using either the index or column name:</p>
<p>var ret = $("#list2").getCell(id, 0);</p>
<p>This would retrieve the value of the first column of the row with index = id</p>
]]></description>
        	        	<pubDate>Thu, 18 Jun 2009 16:47:50 +0300</pubDate>
        </item>
        <item>
        	<title>nisit on getGridParam</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/getgridparam#p7306</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/getgridparam#p7306</guid>
        	        	<description><![CDATA[<p>now can get row data by use</p>
<p>jQuery("#a1").click( function(){<br />&#160;&#160;&#160; var id = jQuery("#list2").getGridParam(&#39;selrow&#39;);<br />&#160;&#160;&#160; if (id) { var ret = jQuery("#list2").getRowData(id);<br />&#160;&#160;&#160; &#160;&#160;&#160; alert("id="+ret.country+" country="+ret.country+"...");<br />&#160;&#160;&#160; }<br />&#160;&#160;&#160; else<br />&#160;&#160;&#160; {<br />&#160;&#160;&#160; &#160;&#160;&#160; alert("Please select row");<br />&#160;&#160;&#160; }<br />});</p>
<p>but my site is mulit language and must have differant columnn name</p>
<p>like "à¸›à¸£à¸°à¹€à¸—à¸¨" as "countery" in engllish&#160; it it mean change ret.country to ret.à¸›à¸£à¸°à¹€à¸—à¸¨</p>
<p>how to refer index in colModel not name</p>
]]></description>
        	        	<pubDate>Wed, 17 Jun 2009 21:41:54 +0300</pubDate>
        </item>
</channel>
</rss>