Categories | Question details Back To List | ||
is there anyway we can get the cell id by rightclick We are using grid and context menu, and today we need to click once in the cell we want to apply functions from the context menu. Is there any way that the cell id can be found by onmouseover or something. so when we right click the cell and get the context menu, the id of the cell is already known. Kind regards Frank S. W. Answer posted by dhxSupport on Sep 25, 2009 08:35 You can use "onRightClick" event. Please find more information here http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:event_onrightclick You can find list of all available events here http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:events |