How to disable Save Handler on Jqgrid while doing editing
I am working on an ASP.net MVC 4.0 application with Jqgrid. I am making all rows as editable with some columns being editable and some non editable. The Problem here is , i dont want to use Save and ESC handlers. I am saving row details on the blur event of one of the text boxes. and still i need to stay in EDIT Mode. So, if the user mistakenly presses enter , the row is going out of edit mode. How to disable these Esc and Save Handlers Please help.. Updated: I am not using either cell edit or inline editing or form editing . I am converting all rows as editable on the loadComplete trigger of