zweb
#1
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?
cm1310
#2
Try to use events “onEditCell” or “onMouseOver”. Alternative you can use cell type “img”.
zweb
#3
Ok thanks, I guess with those events I cannot use context menu, I will have to use regular menu.