If row is not selected and delete row command is issued in jqgrid,
Please select row
message appears.
How to allow user to close this message by enter and esc keys and set focus to jqgrid after it ?
Currently mouse click must used to close this message box.
You can fix the problem by replacing the statement
which is found directly after
to the
or
in the
jquery.jqGrid.src.js. It will follows that “Close” button in the message header is selected and pressing Enter will close the dialog