onRowSelect not called for row/cell with custom html code

hi, i have a small issue with events on dhtmlxGrid.

If we setValue of a cell/row with a custom html, say:
mygrid.cells(1,1).setValue(“

some elementary html code here!
”);

when we click on the row, most of the time the onRowSelect is no longer called. It appears that the custom html content is blocking the click event. How can we fix this?

Unfortunately we cannot reproduce this issue locally. Please check if you are using latest version of dhtmlxGrid.