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
Post a Comment