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:
parent
92385de0fe
commit
685db48a79
@ -1371,6 +1371,7 @@
|
||||
}
|
||||
});
|
||||
$('.save_edited').click(function() {
|
||||
g.hideEditCell();
|
||||
g.postEditedCell();
|
||||
});
|
||||
$(window).bind('beforeunload', function(e) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user