Context Menu on grid rows (not right click)

I want to add context menu on grid rows.

I do not want to do it on right click because right click does not work on Ipad/andriod devices.

I am thinking I can add an icon on each row and clicking on that icon will activate the menu. Any samples or examples you can point me to do so?

Try to use events “onEditCell” or “onMouseOver”. Alternative you can use cell type “img”.

Ok thanks, I guess with those events I cannot use context menu, I will have to use regular menu.