Hi,
I'm trying to remove the tree lines that appear between grid bands when they are expanded whilst keeping the +/- expansion indicator.
The UltraTreeView control has a ShowLines property but this does not appear to be available for the UltraGrid. I have tried using a DrawFilter to filter out requests to Infragistics.Win.UltraWinGrid.SiblingRowConnectorUIElement but this only removes the vertical part of the line. I can also filter out Infragistics.Win.UltraWinGrid.PreRowAreaUIElement but this has the undesirable effect of removing the expansion indicator, which I would like to keep.
Any help anyone can offer would be much appreciated.
Andy.
Thanks Tom.
Exactly what I was looking for.
Cheers,
Hi Andy, try this out:
this.customersUltraGrid.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.None;