jQuery MiniUI

标题: datagrid选中的问题 [打印本页]

作者: aqaazsh    时间: 2014-2-8 17:07:26     标题: datagrid选中的问题

datagrid为multselect 如何设置datagrid选中多行。
作者: factory    时间: 2014-2-8 17:19:48

multselect 就是多选模式
作者: aqaazsh    时间: 2014-2-8 17:24:58

factory 发表于 2014-2-8 17:19
multselect 就是多选模式

我的意思是,我已经知道要选中哪几行了,如何让datagrid展示的时候选中。
作者: factory    时间: 2014-2-8 17:28:14

aqaazsh 发表于 2014-2-8 17:24
我的意思是,我已经知道要选中哪几行了,如何让datagrid展示的时候选中。

grid.selects(rows)  rows是你需要选中的数据的一个数组

这些API上都是有的
作者: aqaazsh    时间: 2014-2-8 17:33:52

factory 发表于 2014-2-8 17:28
grid.selects(rows)  rows是你需要选中的数据的一个数组

这些API上都是有的

不能根据idField的值来选中吗,比如[66,67]
作者: factory    时间: 2014-2-10 09:20:37

aqaazsh 发表于 2014-2-8 17:33
不能根据idField的值来选中吗,比如[66,67]

不能
作者: aqaazsh    时间: 2014-2-10 10:14:38

factory 发表于 2014-2-10 09:20
不能

var rows = grid.findRows(function(row){
                                          alert(row.id);
                                    if(row.id==66) {
                                            return true;
                                    }
                                });
findRows方法不执行
作者: felt    时间: 2014-2-10 10:35:39

aqaazsh 发表于 2014-2-10 10:14
var rows = grid.findRows(function(row){
                                          alert(row.id);
                                    if(row.id==66) {

[attach]3872[/attach]
更新下最新版本,刚测试过了可以用的




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