<?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: setRowData calling from parent window</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/setrowdata-calling-from-parent-window</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/setrowdata-calling-from-parent-window/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on setRowData calling from parent window</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/setrowdata-calling-from-parent-window#p8914</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/setrowdata-calling-from-parent-window#p8914</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Not sure if you can do this. If you are using iframe every page is treated as separate page. In order to experiment you can just not use jqGrid and you will see the same result.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 22 Aug 2009 02:35:45 +0300</pubDate>
        </item>
        <item>
        	<title>Fabio on setRowData calling from parent window</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/setrowdata-calling-from-parent-window#p8892</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/setrowdata-calling-from-parent-window#p8892</guid>
        	        	<description><![CDATA[<p>I have a DataGrid in the parent window. When I want to refresh data from the iframe I call a function in the parent and the  setRowData does not works. Some code:</p>
<p>function UpdateRow(id){</p>
<p>&#160; var url = "dbserver.php?id="+id</p>
<p>&#160; var datarow = $.ajax({url:url, async:false}).responseText;</p>
<p>&#160; $("#DataGrid",parent.document).setRowData(id, datarow);</p>
<p>}</p>
<p>The datarow is:</p>
<p>{ID:&#39;01&#39;,Name:&#39;13.321321&#39;,Manufacturer:&#39;2&#39;,Typ:&#39;3&#39;,...}</p>
<p>In the grid nothing happens. Why, and what could be the solution?</p></p>
]]></description>
        	        	<pubDate>Fri, 21 Aug 2009 05:15:09 +0300</pubDate>
        </item>
</channel>
</rss>