beforeSubmit event isn't added to the jqgrid-4.5.2
问题 I am using jqgrid 4.5.2 version with Jquery-3.2.1. Not able to bind the beforeSubmit function to the jqgrid. Below is the sample code to bind the event. var config = {}; config.beforeSubmit = function(grid, postData, formid, frmoper){ .... } if (config.beforeSubmit) { this.grid.off('jqGridAddEditBeforeSubmit').on("jqGridAddEditBeforeSubmit", config.beforeSubmit); } Would be thankful if someone could help me on this. Below is a brief explanation on how the beforeSubmit event is added in my