I have column, where the text in the cells is underlined:
on this grid onRowSelect is defined and if user clicks on the underlined text (like a URL) it will navigate him to a different page (done with JavaScript). But I would like to limit this operation to the text itself. So if user clicks on the white space around the text, we will not do the operation.