Finding a column value by clicking on linked column

Hi,
I have a dhtmlxgrid , in which one of the columns has a link.
On clicking of the link, i need to fetch the value of another column in the same grid on the same row as the linked column.
Is there a way to get this done ?

Try to use “onRowSelect” event

But i am not selecting a row. I am just going to click the link.

If you are using “link” eXcell type, you can configure onclick link handler:

Real link^javascript:doSomething(“param1”,“param2”,“param3”)^_self

Please find more information here docs.dhtmlx.com/doku.php?id=dhtm … ng_excells