i want to do something that i don\'t know if it is possible
$scope.ShowDetails=function(_obj) { alert('Hi! ' + _obj); } $scope.gridOptions = { columnDefs: [ { name: 'Search', field: 'Col1', cellTemplate: '' }, { name: 'Col2', displayName: 'Col2' }, ]};
Here the example to attach an event to a ui grid cell.