<?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: Load form from server</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/load-form-from-server</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/load-form-from-server/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>jakemidd on Load form from server</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/load-form-from-server#p15184</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/load-form-from-server#p15184</guid>
        	        	<description><![CDATA[<p>This is what I use</p>
<p>&#8230;inside the jqgrid function</p>
<p><span style="white-space: pre;">&#160;</span></p>
<p><input type='button' class='sfcodeselect' name='sfselectit1213' value='Select Code' data-codeid='sfcode1213' /></p>
<div class='sfcode' id='sfcode1213'>
<p><span style=&#34;white-space:pre&#34;> </span>onSelectRow: function(id)&#160;&#160; &#160;</p>
<p><span style=&#34;white-space:pre&#34;> </span>{</p>
<p><span style=&#34;white-space:pre&#34;> </span>var newUrl = &#39;/view/record/&#39; + id;</p>
<p><span style=&#34;white-space:pre&#34;> </span>newModalDialog</p>
<p><span style=&#34;white-space:pre&#34;> </span>(</p>
<p><span style=&#34;white-space:pre&#34;> </span>{</p>
<p><span style=&#34;white-space:pre&#34;> </span>id: &#39;Dialog&#39;,</p>
<p><span style=&#34;white-space: pre;&#34;> </span>title: &#39;Details&#39;,</p>
<p><span style=&#34;white-space: pre;&#34;> </span>href: newUrl,</p>
<p><span style=&#34;white-space: pre;&#34;> </span>width: 700,</p>
<p><span style=&#34;white-space: pre;&#34;> </span>position: top,</p>
<p><span style=&#34;white-space: pre;&#34;> </span>doModal: true</p>
<p><span style=&#34;white-space: pre;&#34;> </span>}</p>
<p><span style=&#34;white-space: pre;&#34;> </span>);</p>
<p><span style=&#34;white-space: pre;&#34;> </span>},</p>
</div>
<p>The I have a record.phtml file that expects an ID to be passed to it.</p>
]]></description>
        	        	<pubDate>Fri, 26 Feb 2010 18:57:39 +0200</pubDate>
        </item>
        <item>
        	<title>acgee on Load form from server</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/load-form-from-server#p15174</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/load-form-from-server#p15174</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>Is there a way to load the view form from a server call instead of the jqgrid. I have a grid that shows the common data from 3 different objects but I would like to be able select a row and click the view button and then load the view form with the data in the grid as well as the extra data that is not availble in the grid. I know that you can hide columns in the table and show them in the forms but not all rows will have the same hidden data. I need to be able to use the id and do a server call and then build the form form the returned data. Is that possible?</p>
<p>Thanks</p>
<p>Andrew</p>
]]></description>
        	        	<pubDate>Fri, 26 Feb 2010 05:09:35 +0200</pubDate>
        </item>
</channel>
</rss>