I have a listview and I'd like it so that when the user right-clicks on one of the cells(I mean by the cell: the intersection field between certain column with a certain row), it would bring up a contextmenustrip with a few options or tasks the user could perform on that particular cell.
So my question is how to refer to that particular cell when right-clicks.
Help me please.
Asked
Active
Viewed 24 times
-1

m_solaiman
- 7
- 4
1 Answers
0
I think you want to google "javascript right click menu".
Or you could look at How to add a custom right-click menu to a webpage?