Forum
23:38
04/01/2012
On line 8247 of the 4.3.1 non-min source, you split the postdata.
postdata = postdata.split(",");
for( var pk in postdata) {
if(postdata.hasOwnProperty(pk)) {
postdata[pk] = $.jgrid.stripPref($t.p.idPrefix, postdata[pk]);
}
}
postd[idname] = postdata.join();
Now on line 8282, you try to split it again, this throws an error because the object cannot be split
var toarr = [];
toarr = postdata.split(",");
I hand patched in the code below and the error goes away and my code executes as expected.
toarr = (typeof postdata == "string") ? postdata.split(",") : postdata;
-- Edit
Looks like this is a known issue, I'll use my patch until your patch, sorry for the dup
22:31
20/03/2010
This error occurs on site (http://trirand.com/blog/jqgrid.....qgrid.html) -> Live Data Manipulation -> Delete Row.....
09:33
Moderators
30/10/2007
Hello,
Just fixed the problem.
https://github.com/tonytomov/jqGrid/commit/5ab94c7e8bf9e1f5df29923ce4384d71ef357469
Thanks
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
Most Users Ever Online: 715
Currently Online:
43 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
OlegK: 1255
markw65: 179
kobruleht: 144
phicarre: 132
YamilBracho: 124
Renso: 118
Member Stats:
Guest Posters: 447
Members: 11373
Moderators: 2
Admins: 1
Forum Stats:
Groups: 1
Forums: 8
Topics: 10592
Posts: 31289
Newest Members:
, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.comModerators: tony: 7721, Rumen[Trirand]: 81
Administrators: admin: 66