Roo/grid/GridDragZone.js
authorAlan Knowles <alan@akbkhome.com>
Sun, 18 Nov 2012 06:49:29 +0000 (14:49 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 18 Nov 2012 06:49:29 +0000 (14:49 +0800)
Roo/grid/GridDragZone.js

index e6251ef..ef8c29f 100644 (file)
@@ -38,6 +38,9 @@ Roo.extend(Roo.grid.GridDragZone, Roo.dd.DragZone, {
             if (e.hasModifier()){
                 sm.handleMouseDown(e, t); // non modifier buttons are handled by row select.
             }
+            
+            Roo.log("getDragData");
+            
             return {
                 grid: this.grid,
                 ddel: this.ddel,