Right Click on header on Grid

hi,
In dhtml grid header on right click I have to show custom menu(means one div having some link to open pages). But I did not find any event to do that.
How ever dhtmlsearchGrid.attachEvent(“onRightClick”, showMenu); ,
show the menu on the grid rows only, but I need that menu to be shown on right click on header also.

Thanks
Lokendra Ujjwal

You can add id to the grid header and use it as context zone of context dhtmlxMenu.
Please find more information here viewtopic.php?f=21&t=16257