opening a window on pressing enter key on an image

I am using a dhtmlxgrid. It has a column for image. The image will opens a window on clicking. I need the same to happen on clicking enter key in keyboard.

You may try to use the onKeyPress eventr to control thed keys pressed in the dhtmlxgrid.
docs.dhtmlx.com/api__dhtmlxgrid_ … event.html

Thanks for the reply.

But how to know in which cell(row id, column id) of the grid I pressed the enter key, since I have to pass few row details to the opening window, on pressing the enter key.

You may control the hovering cell with the onMouseOver event.
docs.dhtmlx.com/api__dhtmlxgrid_ … event.html