6 个解决方案
#1
jquery easyui 中的datagrid中的数据是动态绑定的。且可编辑。如何设置焦点到其当前编辑行的元素?
#2
关注 ~~~~
#3
求高手帮忙啊
#4
$('#test').datagrid('getEditor', {index:rowIndex, field:'name'}).target.focus()
rowIndex为当前编辑行号
name为当前行的列属性名
rowIndex为当前编辑行号
name为当前行的列属性名
#5
谢谢 。我的需要获取焦点的元素一个下拉框。该怎么做呢?
#6
<table id="goods" style="width: 360px;height:130px;overflow: hidden; float: left; margin: 0px; padding: 0px; "
iconcls="icon-edit;" singleSelect="true" idField="gseq">
<thead>
<tr>
<th field="gtname" width="100" editor="{type:'combobox',options:{valueField:'GTSEQ',textField:'GTNAME',url:'GoodType/GetGoodsType'}}" >
品名
</th>
<th field="bzname" width="80" editor="{type:'combobox',options:{valueField:'BZSEQ',textField:'BZNAME',url:'BaoZhuang/GetBaoZhuang'}}">
包装
</th>
<th field="goodsnum" width="80" editor="numberbox" >
件数
</th>
<th field="tprice" width="100" editor="numberbox">
金额
</th>
</tr>
</thead>
</table>
我要焦点定位到第一行的第一个单元格的下拉框。怎么做呢?
iconcls="icon-edit;" singleSelect="true" idField="gseq">
<thead>
<tr>
<th field="gtname" width="100" editor="{type:'combobox',options:{valueField:'GTSEQ',textField:'GTNAME',url:'GoodType/GetGoodsType'}}" >
品名
</th>
<th field="bzname" width="80" editor="{type:'combobox',options:{valueField:'BZSEQ',textField:'BZNAME',url:'BaoZhuang/GetBaoZhuang'}}">
包装
</th>
<th field="goodsnum" width="80" editor="numberbox" >
件数
</th>
<th field="tprice" width="100" editor="numberbox">
金额
</th>
</tr>
</thead>
</table>
我要焦点定位到第一行的第一个单元格的下拉框。怎么做呢?
#1
jquery easyui 中的datagrid中的数据是动态绑定的。且可编辑。如何设置焦点到其当前编辑行的元素?
#2
关注 ~~~~
#3
求高手帮忙啊
#4
$('#test').datagrid('getEditor', {index:rowIndex, field:'name'}).target.focus()
rowIndex为当前编辑行号
name为当前行的列属性名
rowIndex为当前编辑行号
name为当前行的列属性名
#5
谢谢 。我的需要获取焦点的元素一个下拉框。该怎么做呢?
#6
<table id="goods" style="width: 360px;height:130px;overflow: hidden; float: left; margin: 0px; padding: 0px; "
iconcls="icon-edit;" singleSelect="true" idField="gseq">
<thead>
<tr>
<th field="gtname" width="100" editor="{type:'combobox',options:{valueField:'GTSEQ',textField:'GTNAME',url:'GoodType/GetGoodsType'}}" >
品名
</th>
<th field="bzname" width="80" editor="{type:'combobox',options:{valueField:'BZSEQ',textField:'BZNAME',url:'BaoZhuang/GetBaoZhuang'}}">
包装
</th>
<th field="goodsnum" width="80" editor="numberbox" >
件数
</th>
<th field="tprice" width="100" editor="numberbox">
金额
</th>
</tr>
</thead>
</table>
我要焦点定位到第一行的第一个单元格的下拉框。怎么做呢?
iconcls="icon-edit;" singleSelect="true" idField="gseq">
<thead>
<tr>
<th field="gtname" width="100" editor="{type:'combobox',options:{valueField:'GTSEQ',textField:'GTNAME',url:'GoodType/GetGoodsType'}}" >
品名
</th>
<th field="bzname" width="80" editor="{type:'combobox',options:{valueField:'BZSEQ',textField:'BZNAME',url:'BaoZhuang/GetBaoZhuang'}}">
包装
</th>
<th field="goodsnum" width="80" editor="numberbox" >
件数
</th>
<th field="tprice" width="100" editor="numberbox">
金额
</th>
</tr>
</thead>
</table>
我要焦点定位到第一行的第一个单元格的下拉框。怎么做呢?