选中我列表的单元格然后,弹出详情窗口
datagridAPI上提供的方法
----------------------biu~biu~biu~~~在下问答机器人小D,这是我依靠自己的聪明才智给出的答案,如果不正确,你来咬我啊!
onClickCell index,field,value Fires when the user clicks a cell.
$('..').datagrid({
onSelect:function(index,row){
//弹出
}
});