Roo/grid/EditorGrid.js
[roojs1] / Roo / grid / EditorGrid.js
index 2000807..fd1dd1d 100644 (file)
@@ -117,7 +117,7 @@ Roo.extend(Roo.grid.EditorGrid, Roo.grid.Grid, {
             cancel:false,
             editor: ed
         };
-        var cell = Roo.get(this.view.getCell(row,col))
+        var cell = Roo.get(this.view.getCell(ed.row,ed.col))
         cell.show();
           
         if(String(value) !== String(startValue)){