ui-grid - v3.0.0-rc.10-a2f60ef - 2014-09-26 When using filtering and row selection, the highlighted row is off by one after selecting a row. With filtering disabled, it works properly.  ``` $scope.myGrid = { enableFiltering: true, enableRowSelection: true, columnDefs: [ { name: 'NormStyleName', displayName: 'Normalization Style' }, { name: 'FromDate', displayName: 'From Date' }, { name: 'ThruDate', displayName: 'Thru Date' } ] }; ```