Forum
21:10
12/12/2011
Hi,
first I'd like to thank you all for your outstanding work!
Today, testing jqGrid 4.3.0 in a project I'm working on, I've found a problem deleting rows (delGridRow call) from grid (working in "local" mode), at line 8273 of jquery.jqGrid.js:
In my case, postdata is an array (1 element, containing a GUID - my record's PK) and this line returns this error:
Thanks in advance,
Vittorio
12:09
14/12/2011
Another bug on the same topic. Upon deleting a row in local mode:
$('#grrid').jqGrid('delRowData', id);
Uncaught TypeError: Cannot read property 'id' of undefined
best regards, Vili
P.S. amazing work with jqGrid, thx
15:23
13/12/2011
vitrest said:
Hi,
first I'd like to thank you all for your outstanding work!
Today, testing jqGrid 4.3.0 in a project I'm working on, I've found a problem deleting rows (delGridRow call) from grid (working in "local" mode), at line 8273 of jquery.jqGrid.js:
toarr = postdata.split(",");
In my case, postdata is an array (1 element, containing a GUID - my record's PK) and this line returns this error:
Object does not support this property or method 'split'Thanks in advance,
Vittorio
I can confirm this issue.
12:47
12/12/2011
yet said:
The following patch in 4.3.0 around line 8273 fixes the problem for me:
if (typeof postdata == "string")
toarr = postdata.split(",");
else
toarr = postdata;
Hi yet,
yes, I adopted a similar solution:
jqGrid v4.3.0-1 commit ge58d18f
grid.formedit.js, line 1577:
19:27
19/03/2012
Vili said:
Another bug on the same topic. Upon deleting a row in local mode:
$('#grrid').jqGrid('delRowData', id);
Uncaught TypeError: Cannot read property 'id' of undefined
if($(ptr).length === 0 || ptr[0].className.indexOf( 'ui-state-disabled' ) > -1 || $(td,ts).closest("table.ui-jqgrid-btable")[0].id.replace("_frozen","") !== ts.id ) {return this;}best regards, Vili
P.S. amazing work with jqGrid, thx
i'm facing the same issue here, any recommendations?
Most Users Ever Online: 715
Currently Online:
53 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