为什么这么简单的操作没有反应也不报错,关于datagrid单击一行

提问 未结 3 2893
悬赏:20飞吻

$('#shopDocumentDg').iDatagrid({
onSelect: function(index, row){
alert();
}
});

没有任何反应

$('#shopDocumentDg').iDatagrid({
onClickRow: function(index, row){
alert();
}
});

$('#shopDocumentDg').iDatagrid({
onClickRow: function(index, row){
alert();
}
});

也没有任何反应

这个datagrid也没有指定childTab

究竟是哪里的问题?
回帖
回帖须知