:: Forum >>

Links in cells lose context menu

Hi,

I have a grid that has some cells which are HTML links. When you left click on them they correctly load the link but there is no way to right click and chose to load in a new tab (FF) or new window (IE, FF). I am guessing that the row is grabbing the right click and not propagating it to the default handler?

Any advice on passing this event along?
Elrod
Friday, May 19, 2006
From other posts and tinkering I figured out that this works:

obj.setEvent("oncontextmenu", function (){return true;});
Elrod
Friday, May 19, 2006

This topic is archived.


Back to support forum

Forum search