hi,
I am using Ultratree for displaying hetrogeneous data.The display style of tree is "grid". Now it is required that only columns broder appear to distinguish from other Columns. Row wise alternate color has been set to distinguish between different rows as normally happens in outlook style. But i am unable to remove the horizontal border colors of cell. Is there any way to achive this in Ultratree.
Any help will be appreciated.
thanks,
ravi
No, not through the public object model. You could use the IUIElementDrawFilter interface, however, the handle the border drawing yourself, and use a different color for the right edge.
Thanks i found the sample code in infragetics help.
regards,