easyui datagrid edit combox绑定事件解决办法

easyui datagrid edit combox绑定事件

<thead>
<tr>
<th data-options="field:'name',width:80,align:'center'"
editor="{type:'combobox',options:{valueField:'name',textField:'name',url:'xx.jsp,handler:function(){alert('s');}}}">名称</th>
<th data-options="field:'name1',width:60,align:'center'" editor="{type:'text'}">名称1</th>
</thread>


如何能给,名称绑定事件,同时更新名称1这列
------解决方案--------------------
帮你顶。我也正在找这个问题的答案。