Categories | Question details Back To List | ||
selected Row Hi support, I am using light skin. I seen that when i click on any row, it gets highlighted. I dont want the row to be highlighted. Thanks Answer posted by Support on Apr 22, 2008 04:56 You can change related style in dhtmlxgrid.css div.gridbox_light table.obj tr.rowselected td{ background-color:#ededed; color:black; } div.gridbox_light table.obj tr.rowselected td.cellselected, div.gridbox table.obj td.cellselected { background-color:#ededed; } |