Roo/grid/GridView.js
[roojs1] / roojs-ui-debug.js
index 85675e3..93fb191 100644 (file)
@@ -37828,7 +37828,7 @@ Roo.extend(Roo.grid.GridView, Roo.grid.AbstractGridView, {
                 renderer : cm.getRenderer(i),
                 id : cm.getColumnId(i),
                 locked : cm.isLocked(i),
-                has_editor : !!cm.editor  
+                has_editor : cm.isCellEditable(i)
             };
         }
 
@@ -39331,7 +39331,7 @@ Roo.extend(Roo.grid.ColumnModel, Roo.util.Observable, {
     /**
      * Returns true if the cell is editable.
      * @param {Number} colIndex The column index
-     * @param {Number} rowIndex The row index
+     * @param {Number} rowIndex The row index - this is nto actually used..?
      * @return {Boolean}
      */
     isCellEditable : function(colIndex, rowIndex){