UI 对话框和 free-jqgrid

UI dialog and free-jqgrid

奥列格,请再检查一次http://jsfiddle.net/9ezy09ep/11/

When number of rows is large, scroll horizontal is positioned incorrectly.

另一个问题是绑定键。

jQuery("#intrari").jqGrid('bindKeys', {"onEnter":function( rowid ){

}});

我 post 刚刚编辑 the changes 修复了存在垂直滚动条时网格宽度的计算。现在,您 post 编辑的 JSFiddle 演示可以正常工作。

你以后应该post更清楚的问题(问题描述清楚),你不应该post一次就多一个问题。例如,我没有发现 onEnter 有任何问题。它在我的测试中没有任何问题。您没有包含任何重现问题的描述或演示。