I have a requirement to insert a hyperlink into the grid. The hyperlink presents a bootstrap popover on hover, and navigates on click. Clicking anywhere else, should follow the standard row selection processes of the grid.
Is there a way to hook into the selection of the row, and allow clicking anywhere else in my cell to follow the process, or do I have to manage the click event myself and call rowselect/rowunselect?
At the moment, because I want the formatting of my cell to be the same as the rest of the grid, I am needing to remove the ‘jqx-grid-widget’ class and add ‘jqx-grid-cell-left-align’, as well as my div to support the hyperlink and popover. But clicking in this cell is not always consistent with the rest of the grid.