Hi, and thanks. I created the plunker at: http://plnkr.co/edit/tncRpzHIpN1rhRPpv28m
Basically, when I right-click on a row I end up at the alert. That works. The problem is, at the point of the alert, I can't tell which row was right-clicked. I really appreciate the help! Blake On Tuesday, March 3, 2015 at 2:04:24 AM UTC-6, Sander Elias wrote: > > Hi Blake, > > You can inspect the event, and figure out which element is clicked. Then > you use `Angular.element(element).scope()` to get the scope of that > element. > I never used or looked at UI-Grid, but a quick glance through the > documentation let me believe that in that scope there is a variable called > rowRenderIndex on that scope. > > If you can't get it to work, build us a plunk > <http://plnkr.co/edit/tpl:480DsyCUkgvMsKYk7pyg>/fiddle, and someone of us > will help you out. > > Regards > Sander > > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
