Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by amhicraig@yahoo.com on Dec 10, 2007 13:49
open dhtmlx forum
TreeGrid Node Row Color

I want my table tree grid NODE ROW to be a different color of my choice.How do i do this?
Answer posted on Dec 11, 2007 01:39
You can specify it directly from XML, by using "bgColor" attribute

    <row id="1" bgColor="red">
       ....