new Ext.grid.GridPanel({
ds = new Ext.data.GroupingStore({
proxy:proxy,
reader:jsreader,
remoteSort: true,
sortInfo:{field: 'MileID', direction: "ASC"}, 就是这个
groupField:'MileID' 就是这个
});
view: new Ext.grid.GroupingView({ 就是这个
forceFit:true 就是这个
}), 就是这个