Roo/grid/EditorGrid.js
[roojs1] / Roo / grid / EditorGrid.js
index 76bf94f..380d40d 100644 (file)
@@ -117,6 +117,9 @@ Roo.extend(Roo.grid.EditorGrid, Roo.grid.Grid, {
             cancel:false,
             editor: ed
         };
+        var cell = Roo.get(this.view.getCell(row,col))
+        cell.show();
+          
         if(String(value) !== String(startValue)){
             
             if(this.fireEvent("validateedit", e) !== false && !e.cancel){