Is there a way to change the default behavour of the treegrid background shading?
A normal grid (by default) alternates each row color.
As soon as I implment a treegrid, each collapsed row is the same color and each child is the alternating color.
It most cases all nodes will be collapsed which makes the grid all white and not as nice to read. Is it possible to retain the alternating row colors. When expanded, the children should have the same color as thier parent.
My gridtree will never have more than 2 levels.
Thanks