Roo/grid/CellSelectionModel.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 6 Apr 2012 08:03:18 +0000 (16:03 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 6 Apr 2012 08:03:18 +0000 (16:03 +0800)
Roo/grid/CellSelectionModel.js

index 36557fa..95364f8 100644 (file)
@@ -295,9 +295,10 @@ Roo.extend(Roo.grid.CellSelectionModel, Roo.grid.AbstractSelectionModel,  {
         }
                
         if (newCell) {
-            var ecall = { cell : newCell };
+            var ecall = { cell : newCell, forward : forward };
             this.fireEvent('beforeeditnext', ecall );
             newCell = ecall.cell;
+                       forward = ecall.forward;
         }
                
         if(newCell){