var energygrid = Ext.getCmp(this.extid+'_showEditWin_energy');
energygrid.on('beforeedit', function(editor, e) {
return false;
});
转载于:https://my.oschina.net/u/1767754/blog/377601
var energygrid = Ext.getCmp(this.extid+'_showEditWin_energy');
energygrid.on('beforeedit', function(editor, e) {
return false;
});
转载于:https://my.oschina.net/u/1767754/blog/377601