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
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;
}