Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by tep on Mar 11, 2008 20:42
open dhtmlx forum
how to chang color of the selected "CELL"

hi,

selected rows are colored differently from other rows..
but what i want to dot is within the selected row..the select cell would get a bit darker color..how do i do this?
thanks in advance..
Answer posted by Support on Mar 12, 2008 09:52
The colors of selected row and selected cell stored in dhtmlxgrid.css, for default skin they stored in next css class

selected row
    div.gridbox table.obj tr.rowselected td{
selected cell
    div.gridbox table.obj tr.rowselected td.cellselected, div.gridbox table.obj td.cellselected {

you can redefine existing colors to any custom ones