Where is setContextMenuHandler?

Document at http://dhtmlx.com/docs/products/dhtmlxGrid/doc/guide.html reference menu object method “setContextMenuHandler”. Yet the list of APIs at http://docs.dhtmlx.com/doku.php?id=dhtmlxmenu:api_toc_alpha does not show this method. I am assuming that this would apply to setting up context menus for data grids. However, the foregoing example references Mr. dhtmlXContextMenuObject. Where is this? Thanks.

You can use “onBeforeContextMenu” event.
dhtmlx.com/docs/products/dht … olumn.html

This part of documentation is a bit outdated, in case of grid 2.5 there is a enableContextMenu method

docs.dhtmlx.com/doku.php?id=dhtm … textmenu&s[]=enableContextMenu
dhtmlx.com/docs/products/dht … text_menu/

But it is fully supported only in pro version.
In case of standard version you can link menu through above mentioned event.

Thanks. When would one normally expect such information to be updated on the website?

Please refer to
docs.dhtmlx.com/doku.php?id=dhtmlxgrid:toc
this is the latest version of documentation, which is up to date.

By your reply should I have concluded that the dhtmlxGrid documentation had been updated to include the setContextMenuHandler method? I’m aware of where the documentation is located, but when I checked it just now, I could not locate a reference to setContextMenuHandler in either the API list by category, nor in the alphabetical list. Of course it’s not now important to me if it is or is not present, as you have been kind enough to inform me of it’s existence. I merely ask on behalf of the next person who comes along and wishes to test drive these very good products.

setContextMenuHandler method is deprecated. That’s why it not exists at documentation

You can find context menu tutorial here docs.dhtmlx.com/doku.php?id=dhtm … nu_in_grid

To find necessary topic you can try to use documentation search
docs.dhtmlx.com/doku.php?do=sear … xtual+Menu