jquery - jqGrid clientArray -
i trying use jqgrid clientarray submit multiple updates @ once. (i trying update multiple rows in 1 go).
onselectrow: function(id){ if (id && id !== lastsel) { jquery('#fnlusetaxlistings').saverow(lastsel, true, 'clientarray'); jquery('#fnlusetaxlistings').editrow(id, true, null, null); lastsel = id; } },
this works fine, have no idea how retrieve clientarray , send server? if can post example of sending clientarray server, helpful.
thanks, ashish
Comments
Post a Comment