It doesn't seem possible to get update on blur working when leaving a cell using the tab or enter keys. This plunker shows the problem:
http://plnkr.co/edit/8tA4aCuaJCb0TAE4kUiu
The plunker is tutorial 301 with editableCellTemplate added on the address.city and name columns. The editableCellTemplate is the standard cellEditor with update on blur added.
The plunker also watches the model for changes. The age field has no editableCellTemplate and typing into it shows that the model changes with each keystroke. The other two fields do not update on each keystroke but they also don't update if you leave the cell by tabbing or pressing enter. They do update if you click outside of the cell.
This problem has been reported before in #3181 which was closed. Also see PR #4698.
Use Stack Overflow or Gitter for questions.
It doesn't seem possible to get update on blur working when leaving a cell using the tab or enter keys. This plunker shows the problem:
http://plnkr.co/edit/8tA4aCuaJCb0TAE4kUiu
The plunker is tutorial 301 with editableCellTemplate added on the address.city and name columns. The editableCellTemplate is the standard cellEditor with update on blur added.
The plunker also watches the model for changes. The age field has no editableCellTemplate and typing into it shows that the model changes with each keystroke. The other two fields do not update on each keystroke but they also don't update if you leave the cell by tabbing or pressing enter. They do update if you click outside of the cell.
This problem has been reported before in #3181 which was closed. Also see PR #4698.