问题描述 var grid = new Ext.grid.GridPanel({layout:'fit',renderTo : 'mygrid',ds : ds,border:false,cm : cm,sm : sm,//view : new MyGridView(viewConfig),height:300, width:600, autoScroll : true,tbar : [{ text : '增加', iconCls:'add', handler : addRecord......