Home › Forums › Guriddo jqGrid JS › Help › drag & drop doesn’t work on IE6
Hello,I want use drag an drop but it doesn't work on IE6. I use jqgrid 3.6.4.
I create 3 grid and I want create 3 link betwenn all like this.
$(document).ready(function(){
Hello,
Just do this into the demo and everthing is working ok.
The problem is maybe that you use ajax calls to load the data. In this case I sugest you to call gridDnD with setTimeout function, something like
// wait untill all data is loaded and then call drag and drop
setTimeout(function(){
jQuery(“#barre_nav1″).jqGrid('gridDnD',{connectWith:'#barre_nav2,#barre_nav3'});
jQuery(“#barre_nav2″).jqGrid('gridDnD',{connectWith:'#barre_nav1,#barre_nav3'});
Query(“#barre_nav3″).jqGrid('gridDnD',{connectWith:'#barre_nav1,#barre_nav2'});
},800)
Regards
Tony
Stay connected with us in your favorite flavor!
Copyright 2014 TriRand LtdAll Rights ReservedRSS