Context menu

Hi,

i would like to create a context menu in a grid so i found:
docs.dhtmlx.com/doku.php?id=dhtm … ontextmenu

Here i read:

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxgrid.js 

‘dhtmlxgrid.js’ is included, i use v3.0pro.

If i call my javascript and would like to create a menu i get the following javascript error:
dhtmlXMenuObject is not defined

Whats’s wrong?

Kindly regards, Carsten

I found it by myself. Please expand the help with

Required library file: dhtmlxgrid.js, dhtmlxmenu.js, dhtmlxmenu_dhx_skyblue.css

And here (docs.dhtmlx.com/doku.php?id=dhtm … mponents&s[]=enableContextMenu) is the next error.
Wrong:

grid.enableContextMenu(aMenu);

Correct:

grid.enableContextMenu(menu);

Fixed.
Thanks for remark.