Grid edit: fix bug - edited cell not saved when clicking on 'Save edited data' button, while the edit area still shown

This commit is contained in:
Aris Feryanto 2011-07-27 17:49:40 +08:00
parent 92385de0fe
commit 685db48a79

View File

@ -1371,6 +1371,7 @@
}
});
$('.save_edited').click(function() {
g.hideEditCell();
g.postEditedCell();
});
$(window).bind('beforeunload', function(e) {