给jqgrid启用键盘操作,代码如下:

// the bindKeys() 启用键盘操作
$("#jqGrid").jqGrid('bindKeys');

启动后,比如可以使用上下键 ‘行选中’ 切换

05-11 11:11