1、通过配置项height,在新建grid的时候就指定高度。

3、 { 'name': 'Lisa', "email":"lisa@simpsons.com", "phone":"555-111-1224" }, { 'name': 'Bart', "email":"bart@simpsons.com", "phone":"555-222-1234" } ]}, proxy: { type: 'memory', reader: { type: 'json', root: 'items' } }});

5、 height: 150, //这里是配置项方式设置高度(方式一) width: 400, renderTo: Ext.getBody()});//这里是方法设置(方式二)grid.setHeight(200);
