easyui multiple combogrid被取消选中的行还是会显示出来
被取消选中的行还是会显示出来?以下是我的代码
<select class="easyui-combogrid" style="width:250px" data-options="
panelWidth: 500,
multiple: true,
idField: 'ProblemId',
textField: 'Title',
url: 'datagrid_data1.json',
method: 'get',
columns: [[
{field:'ck',checkbox:true},
{field:'ProblemId',title:'id',width:80},
{field:'Title',title:'标题',width:120}
]],
fitColumns: true
" id="cg">
</select>
<input class="easyui-textbox" colfield="ProblemIDstr" name="ProblemIDs_name" id="ProblemIDs" value="" editable="false"
style="width: 310px"/>
<Script>
$('#cg').combogrid({
onSelect: function (index,row) { //选中处理
var val = $('#cg').combogrid('getValues').join(',');
$("#ProblemIDs").textbox("setValue", val);
}
});</script>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论