Oleg, please check again http://jsfiddle.net/9ezy09ep/11/
When number of rows is large, scroll horizontal is positioned incorrectly.
Another problem is with bindKeys.
jQuery("#intrari").jqGrid('bindKeys', {"onEnter":function( rowid ){ }});
Oleg, please check again http://jsfiddle.net/9ezy09ep/11/
When number of rows is large, scroll horizontal is positioned incorrectly.
Another problem is with bindKeys.
jQuery("#intrari").jqGrid('bindKeys', {"onEnter":function( rowid ){ }});
I posted just now the changes which fixes the calculation of grid width in case when vertical scroll bar exists. Now the JSFiddle demo which you posted works correctly.
You should post more clear question in the future (with the clear description of the problem) and you should don't post more as one questions at once. I don't see any problem with onEnter
for example. It works without any problems in my tests. You don't included any description or the demo, which reproduces the problem.