Hi.
I’ve found some bad thing…
when I create custom edit field (using edittype=’custom’), I cannot create table element because of an error “Node cannot be inserted at the specified point in the hierarchy”, it raises while the following code is running:
$.each(sd, function(index, row) {
$(‘tbody’,tbl).append(row);
});
// this code is in “grid.formedit.js” source file at lines 957-959,
// jqgrid version = 4.3.1
Attempting to append with causes this error.
Any ideas?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top