{text: "材料名称",
dataIndex: 'cat',
width: 80,
sortable: true,
field:  
{id:'mat',
xtype: 'combobox',
//name:'e',
typeAhead: true,
forceSelection:true,
triggerAction: 'all',
displayField: 'mat',
valueField: 'mat',
selectOnTab: true,
store: this.clsbStore,
lazyRender: true,
allowBlank: false,
queryMode: 'local',
listClass: 'x-combo-list-small'}
}
在gird出现数据的时候 我双击combobox进入编辑状态的时候,他会显示的是上次我选择的值。