Categories | Question details Back To List | ||
to get the background colour of a cell How can i get the background color of a cell in a dhtmlx grid Answer posted by Support on Nov 26, 2008 08:23 The background-color may be set in many different ways - there is no unified method to get current bg-color of cell. If color was set through style attribute or setCellTextStyle|setRowTextStyle command - value can be retrieved by grid.cells(i,j).cell.style.backgroundColor; |