here is code:
$("#addpesel").click(function(){
var properties = {
height: 280,
reloadAfterSubmit: true,
closeAfterAdd: true,
closeAfterEdit: true,
}
jQuery("#blacklist").jqGrid('editGridRow',"new",properties);
});
after click “save” window won’t close. Whats the problem?
Here is a example which does
"Edit"– >"Save"->"Cancel"functionality respectively.HTML
JS