Categories | Question details Back To List | ||
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"> .... |