My question is an extension to thisquestion
Getting select rows from ng-grid?
plunker - http://plnkr.co/edit/DiDitL?p=preview
I need a row to be sele
Add $timeout to your Controller and do this:
$timeout
$timeout(function() { $scope.gridOptions.selectRow(2, true); });
Example: http://plnkr.co/edit/hDv7b8?p=preview