jqGrid how to center the Delete dialog when using formatter actions
问题 I'm using jqGrid formatter action with a long grid, I'm trying to position the delete dialog in the center of the screen, I did that already but for some reason the window scrolls to the top of the grid and the dialog becomes invisible to the user Click here for a screencast of the issue Here's the code used: // define handler function for 'afterSubmit' event. var actionStatus = function(response,postdata){ //alert($.parseJSON(response.responseText).USERDATA.MSG); aData = $.parseJSON(response