jQuery MiniUI

标题: datagrid的select ( row, fireEvent )与selectionchanged事件冲突的问题 [打印本页]

作者: e251396    时间: 2021-6-10 17:51:41     标题: datagrid的select ( row, fireEvent )与selectionchanged事件冲突的问题

我有一个datagrid,是通过setData方式赋值的,但是我需要通过循环datagrid中的所有数据行的某列值是否跟传过来的某个参数值相等,如果相等则选中此行,即使用select方法,但是页面中同时又给datagrid绑定了selectionchanged事件,于是页面初次加载时会重复执行selectionchanged事件,而我希望的是页面加载的时候,只是选中某行,而selectionchanged事件是选择行改变时才触发,我给select方法加了false的参数还是会触发selectionchanged事件。

作者: felt    时间: 2021-6-10 18:18:30

select(row,false)第二个参数控制的是select事件,不是selectionchanged事件。




欢迎光临 jQuery MiniUI (http://miniui.com/discuss/) Powered by Discuz! X2