dhtmlx grid cell hyperlink color need to change to red

hi,



I want to apply different colors in grid row cells depending on order processing

if success green , if fail red color, need to apply to all cells in a row.



but one of the cell in the grid is having hyperlink. Hyperlink cell showing in blue color(which is default for hyperlink text) and rest of the grid cells showing the color which i am setting up. How to set the color to hyperlink text while generating XML file



dhtmlX^JavaScript:ShowURL(‘www.dhtmlx.com’);^_self



appreciate your quick reply

You can use “class” attribute to define color of rows, in such case you will be able to use next syntax, to affect nested links as well
XML

Blood and Smoke
Stephen King^http://www.stephenking.com/

HTML

.red, .red a{
color:red;
}


Sample attached.






1242988916.zip (76.6 KB)


Cool, Thanks for providing info. quickly.