Grid edit: fix bug - alert not shown when leaving edited page
This commit is contained in:
parent
0d19760308
commit
080e0b6d00
@ -1429,7 +1429,7 @@
|
||||
});
|
||||
$(window).bind('beforeunload', function(e) {
|
||||
if (g.isCellEdited) {
|
||||
g.saveCellWarning;
|
||||
return g.saveCellWarning;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user