Hi Tony 😉
im now working with your plugin again and have a new bug for you
here is a sample
http://mabp.kiev.ua/content/source/uberfine/
I nedd to D&D between grid and tree so i use gridDnD method
also i use fake table to connectWith ) but it doesnt metter
when i have add gridDnD i find out a problem i cant resize panes any more
firebug shows weird error in jquery file
line 1226
if ( elem.nodeName )
but real error is in grid.jqueryui.js
i have commented out lines 386-390
var tid = $(d).closest("table.ui-jqgrid-btable");
if($.data(tid[0],"dnd") !== undefined) {
var cn = $.data(tid[0],"dnd").connectWith;
return $.inArray('#'+this.id,cn) != -1 ? true : false;
}
and now it works fine
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top