<?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: Adding Record in subgrid</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/adding-record-in-subgrid</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/adding-record-in-subgrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>MamaliFrenchi on Adding Record in subgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/adding-record-in-subgrid#p3788</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/adding-record-in-subgrid#p3788</guid>
        	        	<description><![CDATA[<p>Sorry for the post. I have found my error. Actually the onclickSubmit must be added in navGrid of the subgrid and not in the main block. Now is working perfectly</p>
]]></description>
        	        	<pubDate>Sun, 04 Jan 2009 17:12:36 +0200</pubDate>
        </item>
        <item>
        	<title>MamaliFrenchi on Adding Record in subgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/adding-record-in-subgrid#p3787</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/adding-record-in-subgrid#p3787</guid>
        	        	<description><![CDATA[<p>Basically I was looking a way to add a parameter to the server site module who receives data from editurl. I have a main grid Client, and has subgrid as jqgriid contact. When adding a new contact I would like to pass clientID as well.&#160; . Any</p>
<p>I added the following code in the SubGrid block:</p>
<p>onclickSubmit: function(eparams) {<br />alert(&#39;SubGrid submitted&#39;);</p>
<p>&#160;//Add Client ID as paramaeter<br />&#160;var client = {clientId:row_id };<br />&#160; return client;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />but it has never be called. Any help would be greatly appreciated.</p>
]]></description>
        	        	<pubDate>Sun, 04 Jan 2009 10:33:34 +0200</pubDate>
        </item>
</channel>
</rss>