Home › Forums › Guriddo jqGrid JS › Help › double click row to edit
Ever since I added the ondblClickRow the dialogs no longer close once the submit is clicked even though I use closeAfterEdit:true.
What am I missing?
It figures… Right after I post I find the solution. I need to add my edit features to the options for double click.
ondblClickRow: function(rowid) {
$(this).jqGrid('editGridRow', rowid, {height:275,reloadAfterSubmit:false,closeAfterEdit:true,closeOnEscape:true});
}
Now the dialog closes as expected. Hope this helps someone else…
Stay connected with us in your favorite flavor!
Copyright 2014 TriRand LtdAll Rights ReservedRSS