Hi,
folllowing the documentatinon at /jqgridwiki/doku.php?id=wiki:options;..038;hellip;..ki:options
i'm setting prmNames to the following:
prmNames: { id: '_id', oper: null }
now, with fiddler, i see that in my raw request i have:
{ … "null":"edit","_id":"052eb5f5-bc9b-e211-a143-3a4d1aec23f3″ … }
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 …
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
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top