Hello,
Is it possible to change a little key handling (ENTER) in cell editing?
If we change code:
if (e.keyCode === 13) {$($t).jqGrid(“saveCell”,iRow,iCol);}//Enter
to:
if ((e.keyCode === 13)&&(e.shiftKey==false)) {$($t).jqGrid(“saveCell”,iRow,iCol);}//Enter
so we could