Drag&Drop Browser-Abort

Hello,

if I let one entry for drag and drop, then there is a Browser-crash

myGrid = myTabbar.cells("start").attachGrid();
myGrid.selMultiRows = false; 
myGrid.setInitWidths("*");
myGrid.setColTypes("tree");        
myGrid.enableContextMenu(menu);
myGrid.attachEvent("onRightClick", onShow);
myGrid.setNoHeader(true);
myGrid.enableDragAndDrop(true);

best regards

Heiko

If I drove 15 km away stopped my car.

Hello,

sorry, but I don’t have more information.
No error message.
The Console displays no information.
Nothing.

Ok, I’ll test further.

best regards.

Heiko

Unfortuantely the issue cannot be reconstructed locally.
What browser (version of browser) is issue occurs? What version of dhtmlxGrid do you have?
Please, provide a demo-link where the issue can be reconstructed, complete demo or at least more complete snippet of your code (if the myGrid is not the only object on your page).