$('#shopDocumentDg').iDatagrid({
onSelect: function(index, row){
alert();
}
});
没有任何反应
$('#shopDocumentDg').iDatagrid({
onClickRow: function(index, row){
alert();
}
});
$('#shopDocumentDg').iDatagrid({
onClickRow: function(index, row){
alert();
}
});
也没有任何反应
这个datagrid也没有指定childTab
究竟是哪里的问题?