<?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: editRow - extraparams syntax</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/editrow-extraparams-syntax</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/editrow-extraparams-syntax/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>RobGMiller on editRow - extraparams syntax</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editrow-extraparams-syntax#p4051</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editrow-extraparams-syntax#p4051</guid>
        	        	<description><![CDATA[<p>Hi Tony,&#160;</p>
<p>I did read that description in the docs but I am affraid an "Array of type name: value" didn&#39;t mean much to me.</p>
<p>After some trial and error and piecing together code from other folks on this forum, I got the following to work.&#160;</p>
<p>$(&#39;#grid&#39;).editRow(id, true, on_edit(id), checksave, "editrow.aspx", {&#39;oper&#39;:&#39;editrow&#39;,&#39;WOID&#39;:vWOID,&#39;DRID&#39;:vDRID});</p>
<p>where vWOID and vDRID contain integer values.</p>
<p>Thanks,</p></p>
]]></description>
        	        	<pubDate>Mon, 19 Jan 2009 13:26:34 +0200</pubDate>
        </item>
        <item>
        	<title>tony on editRow - extraparams syntax</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editrow-extraparams-syntax#p4044</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editrow-extraparams-syntax#p4044</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>As of the docs:</p>
<p><em>extraparam</em>: an array of type <em>name: value</em>. When set these values are posted along with the other values to the server.</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 19 Jan 2009 11:09:34 +0200</pubDate>
        </item>
        <item>
        	<title>RobGMiller on editRow - extraparams syntax</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editrow-extraparams-syntax#p4040</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editrow-extraparams-syntax#p4040</guid>
        	        	<description><![CDATA[<p>I was not able an example of the stucture of the editrow extraparams syntax. The following 2 examples do not work.</p>
</p>
<p>$(&#39;#grid&#39;).editRow(id, true, on_edit(id), checksave, "editrow.aspx", "&#39;oper&#39;:&#39;editrow&#39;,&#39;WOID&#39;:&#39;"+WOID+"&#39;,&#39;DRID&#39;:&#39;"+DRID+"&#39;");</p>
<div>
<p>$(&#39;#grid&#39;).editRow(id, true, on_edit(id), checksave, "editrow.aspx", "oper:editrow,WOID:"+WOID+",DRID:"+DRID);</p>
<div></div>
<div>&#160;The extra parameters are not sent along with the POST.</div>
<div></div>
<div></div>
<div>I traced through the JS. It appears to be the correct place to add the extraparams. The string is pushed along to the SaveRow function if the Enter key is pressed.&#160;</div>
</div>
]]></description>
        	        	<pubDate>Mon, 19 Jan 2009 10:40:42 +0200</pubDate>
        </item>
</channel>
</rss>