<?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 use data externaly jqGrid? Can I read rows with getGridParam ?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-use-data-externaly-jqgrid-can-i-read-rows-with-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/how-to-use-data-externaly-jqgrid-can-i-read-rows-with-getgridparam/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>OlegK on How to use data externaly jqGrid? Can I read rows with getGridParam ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-use-data-externaly-jqgrid-can-i-read-rows-with-getgridparam#p22578</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-use-data-externaly-jqgrid-can-i-read-rows-with-getgridparam#p22578</guid>
        	        	<description><![CDATA[<p>For the grid with local datatype (or in case of remote datatype but loadonce:true) it is better to get &#39;data&#39; internal parameter of jqGrid. In case of pure remote data you can use <a href="/jqgridwiki/doku.php?id=wiki:methods" target="_blank">getRowData</a> without any additional parameters to get the grid contain.</p>
<p>If you copy the contain of one grid to another one which are on the same page you should don&#39;t forget to assign new unique ids for all rows. The row ids will be used as the ids of &#60;tr&#62; elements of the corresponding table. How it is well known on one page all ids must be unique. So you have to assign the new ids for the second grid. The simple way can be to change the original ids assigning any prefix to row ids of the new table. For example if the first grid has row id = "1" you can copy it in the secon grid as id = "x1" (with the prefix "x").</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Mon, 28 Mar 2011 14:39:23 +0300</pubDate>
        </item>
        <item>
        	<title>uzumaki on How to use data externaly jqGrid? Can I read rows with getGridParam ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-use-data-externaly-jqgrid-can-i-read-rows-with-getgridparam#p22546</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-use-data-externaly-jqgrid-can-i-read-rows-with-getgridparam#p22546</guid>
        	        	<description><![CDATA[<p>Hi, want read data because I must replycate the value into the table in another DIV. How to do it?</p>
]]></description>
        	        	<pubDate>Fri, 25 Mar 2011 18:03:11 +0200</pubDate>
        </item>
</channel>
</rss>