<?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: $.jgrid.ajaxOptions $t.p.ajaxRowOptions p.ajaxDelOptions rp_ge.ajaxEditOptions</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/jgrid-ajaxoptions-t-p-ajaxrowoptions-p-ajaxdeloptions-rp_ge-ajaxeditoptions</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/bugs/jgrid-ajaxoptions-t-p-ajaxrowoptions-p-ajaxdeloptions-rp_ge-ajaxeditoptions/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Basdub on $.jgrid.ajaxOptions $t.p.ajaxRowOptions p.ajaxDelOptions rp_ge.ajaxEditOptions</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jgrid-ajaxoptions-t-p-ajaxrowoptions-p-ajaxdeloptions-rp_ge-ajaxeditoptions#p14714</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jgrid-ajaxoptions-t-p-ajaxrowoptions-p-ajaxdeloptions-rp_ge-ajaxeditoptions#p14714</guid>
        	        	<description><![CDATA[</p>
<p>I just want to point this out. In formeditm, inlineedit and maybe somewhere else, the $.ajax call looks like</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4828' value='Select Code' data-codeid='sfcode4828' /></p>
<div class='sfcode' id='sfcode4828'>
<p>$.ajax($.extend({url:...},$.jgrid.ajaxOptions, rp_ge.ajaxEditOptions ));</p>
</div>
<p>let&#39;s say we have {url:"someurl",data:{key1:value1,key2:value2}} and rp_ge.ajaxEditOptions={data:{key3:value3}}</p>
</p>
<p>the result is that the data variable that will be sent will be data = {key3:value3}.</p>
<p>I believe that the intention should be to complement the variable and for this we would need the deep copy options to be set to true.</p>
<p><input type='button' class='sfcodeselect' name='sfselectit5346' value='Select Code' data-codeid='sfcode5346' /></p>
<div class='sfcode' id='sfcode5346'>
<p>$.ajax($.extend(<strong><span style="color: #ff0000;">true</span></strong>,{url:...},$.jgrid.ajaxOptions, rp_ge.ajaxEditOptions ));</p>
</div>
<p>UNLESS this is the desired behavior, of course.</p></p>
]]></description>
        	        	<pubDate>Thu, 11 Feb 2010 01:16:37 +0200</pubDate>
        </item>
</channel>
</rss>