We are using version 2 of grid professional.
In IE6 context menu displayed much higher than the mouse pointer
In IE7 / Firefox context menu displayed correctly
Can you please advise with this?
Thanks in advance.
PS: grid placed inside iframe
There is a init code:
aMenu=new dhtmlXContextMenuObject(‘100’,0,“Actions”);
aMenu.menu.setGfxPath("…/jscripts/dhtmlxgrid/menu/imgs/");
aMenu.menu.loadXML(“grid.php?action=context_menu”);
aMenu.setContextMenuHandler(onButtonClick);
mygrid = new dhtmlXGridObject(‘gridbox’);
…
mygrid.enableContextMenu(aMenu);
mygrid.init();
Please contact us directly at support@dhtmlx.com - there is a known issue similar to one in your case , we will provide a hotfix for it.