Roo/grid/EditorGrid.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 26 Sep 2011 09:08:12 +0000 (17:08 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 26 Sep 2011 09:08:12 +0000 (17:08 +0800)
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){