Categories | Question details Back To List | ||
dhtmlxGrid initial cell bgColor I'm trying to set the initial background-color of cells, but I can't :-( I'm using in the xml: ... <cell style="background-color:yellow">value</cell> ... It doesn't work... why? How can I set this with the wml? Answer posted on Jun 21, 2007 16:49 Please try to use next in HTML page <style> .my_cell{ background-color:yellow } </style> In XML ... <cell class="my_cell">value</cell> ... Answer posted by sematik (Support) on Dec 05, 2014 14:16 If you haven't found the needed information there and still looking for a solution, you will find the additional help checking rich ui and javascript ajax tabs. |