3.2.0

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
May 19,
From other posts and tinkering I figured out that this works:

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

This topic is archived.

See also:


Back to support forum