@@ -127,7 +137,7 @@ while still allowing the right arrow to be handled by the grid.
height: 400px;
}
.printSelection {
- width: 600px;
+ width: 500px;
margin-top: 10px;
}
diff --git a/src/features/cellnav/js/cellnav.js b/src/features/cellnav/js/cellnav.js
index aa3c63ab4d..2d32cc03b2 100644
--- a/src/features/cellnav/js/cellnav.js
+++ b/src/features/cellnav/js/cellnav.js
@@ -1141,7 +1141,7 @@
// a short period of time (from now until $timeout function executed)
clearFocus();
- $timeout(refreshCellFocus);
+ $scope.$applyAsync(refreshCellFocus);
}, [uiGridConstants.dataChange.ROW]);
function refreshCellFocus() {