url - how to pass value of hidden column as extra parameter to editurl in jqgrid -


i have hidden column in grid. want pass value of column editurl when want add new row. tried using

    onclicksubmit: function (options, postdata) {                 var rowid = postdata[this.id + "_id"];                  var dataf = jquery('#list').jqgrid ('getcell', rowid, 'account');              return {account:dataf};             } 

inside add options of navgrid passes null value !

please help

thanks.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -