ComboBox listeners:{ expand:function(){ //此函数是,点击下拉框展开的时候事件 }, select:function(com, record, index){ //下拉框选择事件 //比如二级联动 }, change:function(this,newValue,oldValue,e){ //下拉框值改变事件 } } Grid listeners:{ itemdbclick:function(grid,record,item,reowIndex,e){ /…