I want to configure the dhtmlXGrid so there is no row selec


I want to configure the
dhtmlXGrid so there is no row selection behavior - ie no visible “row
level” response to clicking in a cell. In this particular grid the concept
of selecting a row is meaningless � only cell selection matters.

I
don’t see a configuration option for this - am I missing it?

dhtmlxGrid will track
selected row in any case, for its own inner purposes, so there is no
“disable row selection” functionality. But you can just eliminate, or
redefine "div.gridbox table.obj tr.rowselected td"css class (located
in dhtmlxgrid.css) - this class define a different look of selected row.