Hi,
I want to remove the rowselected background-color from my tree-grid. I just want to have the cell be selected, and the row background-color should not change. My cells in any given row can have different colors, so I can’t just override the rowselected css class to be the same as my grid background color.
Any way to just make the treegrid not set the rowselected class without having to edit the source?
Thanks,
Scott
Current version will always set css class for selected row, but instead of removing css class you can just add you custom style to block selected row color
div.gridbox table.obj tr.rowselected td{
background-color:transparent;
or you can remove the same css rule from dhtmlxGrid.css