Categories | Question details Back To List | ||
Contextmenu in grid Hi, i'm trying to use contextmenu in dhtmlxgrid v2.5. Is it possible, the contextmenu for the last row of grid appears at the top on the right instead at the buttom on the right of mause position ? Thanks in advance! pyt Answer posted by dhxSupport on Nov 19, 2009 02:38 Context menu in the dhtmlxGrid is an instance of dhtmlxMenu. All dhtmlxMenu API methods are available for the context menu object. In you case you should set visible area for the context menu. You can find example here http://www.dhtmlx.com/docs/products/dhtmlxMenu/samples/03_features/03_visible_area.html |