<?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 exchange grid data before show?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-exchange-grid-data-before-show</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-exchange-grid-data-before-show/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on How exchange grid data before show?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-exchange-grid-data-before-show#p18051</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-exchange-grid-data-before-show#p18051</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>If I understand right - the data is passed as parameter to load complete. If you update this input parameter the changes will be only valid within the function. After end of ths function they will be in its original state. Moreover it is quite possible that in load complete some records are inserted into the grid.</p>
<p>If you want to do something similar maybe you will need to use afterInsertRow event</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 20 Jun 2010 10:30:31 +0300</pubDate>
        </item>
        <item>
        	<title>akalend on How exchange grid data before show?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-exchange-grid-data-before-show#p17851</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-exchange-grid-data-before-show#p17851</guid>
        	        	<description><![CDATA[<p>I want to make some link by JS,</p>
<p>I have some grid </p>
<p><input type='button' class='sfcodeselect' name='sfselectit1394' value='Select Code' data-codeid='sfcode1394' /></p>
<div class='sfcode' id='sfcode1394'>
<p>...</p>
<p>loadComplete : function(data){</p>
<p>&#160;&#160;for(var i in data.rows ){</p>
<p>&#160;&#160;data.rows[i].cell[1]=&#39;some dynamic link&#39;; &#160;&#160;</p>
<p>&#160;&#160;console.log(data.rows[i].cell[1] ); &#160;</p>
<p>}}</p>
</div>
<p>in the Firebug console I see true html, but in the grid table it is absent.</p>
<p>What is the reason can be?</p>
<p>What is way is true?</p>
<p>sorry for my English</p>
]]></description>
        	        	<pubDate>Thu, 10 Jun 2010 10:57:59 +0300</pubDate>
        </item>
</channel>
</rss>