2018-07-05 15:31:49
王杰
|
datagrid设置行选择默认都是多选,如果想做成只能选中一行应该怎么写?
|
wangyu
|
送你了:
var
myDataGrid
=
$
(
'#myDataGrid'
).
datagrid
({
dataSource
:
{
cols
:
[
{
name
:
'title'
,
width
:
0.99
},
// { name: 'subtitle', width: 134 },
{
name
:
'check'
,
width
:
1
,
checkbox
:
true
,
style
:
{
visibility
:
'hidden'
}
}
],
array
:
items
,
cache
:
true
,
responsive
:
true
,
// [
// {title: '00:11:12', Subtitle:'111'},
// ]
},
onSelectRow
:
function
(
rowId
,
checked
,
selections
)
{
var
data1
=
JSON
.
stringify
(
selections
[
rowId
]);
var
count1
=
Object
.
getOwnPropertyNames
(
selections
).
length
;
// console.dir('count1=' + count1);
// console.dir(Object.getOwnPropertyNames(selections)[0]);
if
(
count1
>
1
)
{
for
(
var
i
=
0
;
i
<
count1
;
i
++)
{
var
thistimerowid
=
Object
.
getOwnPropertyNames
(
selections
)[
i
];
if
(
thistimerowid
!=
rowId
)
{
this
.
checkRow
(
thistimerowid
,
false
);
};
};
thistimerowid
=
null
;
};
console
.
dir
(
this
);
console
.
dir
(
Object
.
getOwnPropertyNames
(
selections
).
length
);
console
.
log
(
'行'
,
rowId
,
checked
?
'选中了'
:
'取消选中了'
,
data1
);
data1
=
null
;
count
=
null
;
},
|
李辉
|
网上正规实体现场同步靠谱平台
微信号 A2004721W 蝙蝠 74955240 飞机号【telegram】 @huyaokuang ??主营:百家乐??龙虎??牛牛?? ??资金安全可靠、无需绑卡、支持多种存取方式 ! |
银行
|
微信: w1661793965 QQ:2223015044 蝙蝠:74309662,飞机号@cx116988,公司客服24小时在线办理业务‘’公司 充值‘’我们公司让你真正玩得放心、安心、舒心。 公司资金雄厚,本着“诚和天下、福利共赢”的理念,慎重承诺:公司24小时免费汇款,保护客户隐私,维护经纪人发展权益。欢迎各界有识之士前来加盟! |
1/1