dhtmlxgrid show right clicked row

Hi,

I would like to know how to select a row (I want my row to be colored) when I right click on it.

Does DHTMLx provide a way to do that ?

UP please

You may try to use onRightClick event:
docs.dhtmlx.com/doku.php?id=dhtm … rightclick

or onBeforeContextMenu event in case of using a context menu:
docs.dhtmlx.com/doku.php?id=dhtm … ontextmenu