resources/Editors/Editor.Roo.LayoutDialog.bjs
[app.Builder.js] / resources / Editors / Editor.Roo.LayoutDialog.js
index 5b65880..b2d0afd 100644 (file)
@@ -379,7 +379,7 @@ Editor.Roo.LayoutDialog = new Roo.XComponent({
          store : {
           '|xns' : 'Roo.data',
           data : [ 
-              
+              ['id']
           ],
           fields : [  'ftype'],
           xns : Roo.data,
@@ -457,6 +457,8 @@ Editor.Roo.LayoutDialog = new Roo.XComponent({
       {
           Roo.log('before edit!!!');
           Roo.log(e);
+          
+          _this.grid.colModel.getCellEditor(e.column, e.row).field.store.loadData()
       },
      cellclick : function (_self, rowIndex, columnIndex, e)
       {