Roo/grid/GridDragZone.js
authorAlan Knowles <alan@akbkhome.com>
Sun, 18 Nov 2012 07:04:45 +0000 (15:04 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 18 Nov 2012 07:04:45 +0000 (15:04 +0800)
Roo/grid/GridDragZone.js

index 6b63ec2..1abe294 100644 (file)
@@ -35,6 +35,7 @@ Roo.extend(Roo.grid.GridDragZone, Roo.dd.DragZone, {
             
             // if editorgrid.. 
             if (sm.getSelectedCell && (!sm.getSelectedCell() || (sm.getSelectedCell()[0] == rowIndex) ) ) {
+                Roo.log(([ sm.getSelectedCell()[0] , rowIndex ]);
                 return false;
             }