1

i am using angularjs to write right click event for selected row in ng-grid.but i want to know is any inbuilt right click event there in ng-grid.if it is there please suggest me.

Thanks

user3819122
  • 131
  • 1
  • 3
  • 9

2 Answers2

0

A directive may be used to bind required actions on a right click, by using contextmenu event.

You can also refer to answers to this question.

Community
  • 1
  • 1
Pramod Karandikar
  • 5,289
  • 7
  • 43
  • 68
0

I think you need to define a celltemplate with the required conditions. Something like this by defining a directive insert ng-click event into ng-grid

Community
  • 1
  • 1
Binoy
  • 13
  • 3