<?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: prmNames bug when set to null ?</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/prmnames-bug-when-set-to-null</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/prmnames-bug-when-set-to-null/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>aNt1X on prmNames bug when set to null ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/prmnames-bug-when-set-to-null#p28573</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/prmnames-bug-when-set-to-null#p28573</guid>
        	        	<description><![CDATA[<p>Ok, now i understand.</p>
</p>
<p>I would suggest you to update the documentation and specify what parameters can be set to null.</p>
</p>
<p>Thank you!</p>
]]></description>
        	        	<pubDate>Wed, 03 Apr 2013 12:50:20 +0300</pubDate>
        </item>
        <item>
        	<title>tony on prmNames bug when set to null ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/prmnames-bug-when-set-to-null#p28570</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/prmnames-bug-when-set-to-null#p28570</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>Some parameters can not be omited. Since they are very basic for us we cannot ommit them.</p>
<p>You always can set some name which you will never use.</p>
<p>The parameter that are checked for nuls are:</p>
</p>
<p>search, nd&#160;, rows , page,&#160;sort , order&#160;,rowTotal&#160;, totalrows</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Wed, 03 Apr 2013 11:58:12 +0300</pubDate>
        </item>
        <item>
        	<title>aNt1X on prmNames bug when set to null ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/prmnames-bug-when-set-to-null#p28568</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/prmnames-bug-when-set-to-null#p28568</guid>
        	        	<description><![CDATA[</p>
<p>Hi,</p>
</p>
<p>folllowing the documentatinon at /jqgridwiki/doku.php?id=wiki:options;..038;hellip;..ki:options</p>
</p>
<p>i&#39;m setting prmNames to the following:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit502' value='Select Code' data-codeid='sfcode502' /></p>
<div class='sfcode' id='sfcode502'>prmNames: { id: &#39;_id&#39;, oper: null }</div>
<p>now, with fiddler, i see that in my raw request i have:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9387' value='Select Code' data-codeid='sfcode9387' /></p>
<div class='sfcode' id='sfcode9387'>{ &#8230; &#34;null&#34;:&#34;edit&#34;,&#34;_id&#34;:&#34;052eb5f5-bc9b-e211-a143-3a4d1aec23f3&#8243; &#8230; }</div>
<p>you can see that "_id" has been applied correctly, but i was expecting that setting "oper" to null it would omit the parameter; instead, it is setting the string "null" instead of the "oper" string &#8230;</p>
</p>
<p>but, according to the documentation, "When some parameter is set to null, it will be not sent to the server. For example if we set&#160;</p>
<p><input type='button' class='sfcodeselect' name='sfselectit980' value='Select Code' data-codeid='sfcode980' /></p>
<div class='sfcode' id='sfcode980'>prmNames: {nd:null}</div>
<p>&#160;the&#160;</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7842' value='Select Code' data-codeid='sfcode7842' /></p>
<div class='sfcode' id='sfcode7842'>nd</div>
<p>&#160;parameter will not be sent to the server." </p>
<p>Please note that this append to the "_id" parameter; i would like to set it to null, because i already have my "Id" parameter inside my fields, and i would like to omit the default one.</p>
</p>
<p>And also, could these parameters be different from action to action ?</p>
</p>
<p>Thank you for your work!</p>
</p>
<p>Best regards</p>
]]></description>
        	        	<pubDate>Wed, 03 Apr 2013 10:51:52 +0300</pubDate>
        </item>
</channel>
</rss>