Select row but only highlight first cell.

Hi Folks,

When I click on a row in the grid, I’d like only the first cell/column to be highlighted, leaving the rest of the columns unaffected. Is there any way to make this happen?

Thanks,

Andy

You need to remove from dhtmlx.css the next 3 styles

(1)
div.gridbox_dhx_skyblue.gridbox table.obj tr.rowselected {

(2)
div.gridbox_dhx_skyblue.gridbox table.obj tr.rowselected td {

(3)
div.gridbox_dhx_skyblue.gridbox table.obj tr.rowselected td,
div.gridbox_dhx_skyblue.gridbox table.obj tr.odd_dhx_skyblue.rowselected td {

Hmm, I’m not finding those styles. I’m still using 3.6. A custom style was created and applied using the skinbuilder… so perhaps that’s why I can’t find those styles to which you refer.

Thoughts?

Yep, the above was for vanilla 4.0
In case of custom skin for 3.6 - check the similar styles as above but replace “dhx_skyblue” in above names with name of base skin in your case