I added exporterPdfAlign: 'right' to columnDefs's column definition, then issue was fixed.
ex:
$scope.gridOptions = { columnDefs: \[ { field: 'name', displayName: 'Name', exporterPdfAlign: 'right' }, ................