We're trying to upgrade our Infragistics controls in an application that has screen layouts that display as desired under 7.2, but display grouping lines under 9.1, shifting grid rows to the right cutting off display. How can we suppress the new appearance feature?
I've attached a screenshot; the feature in question is the vertical line with short horizontal lines (tree-like) on the left hand border of the grid row display. Note that the rows are now cut off on the right hand margin:
Thanks for any help
Thanks for your help Danko; your earlier advice got us down to this one last issue. What worked for this issue was
grid.DisplayLayout.ViewStyle = ViewStyle.SingleBand;
So everything now seems to work as it did in 7.2
Best
Darrell
Hello,
What you could set is the following:
ultraGrid1.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.None;
Thank you for contacting us.
Sincerely,
Danko Valkov
Developer Support Engineer
Infragistics, Inc.
Please see the post above for the image. Copying that into a reply post resulted in the image getting filtered out. Sorry a second time. Anyway, the image in the post appearing directly before the reply does have the information.
Oops, and thanks for responding Mike. Here is the image I meant to upload. The artifact in question is circled in red - it is a vertical line with horizontal branches. The problem is that it shoves our formats to the right which results in clipping
We need to suppress appearance of this in a way that allows our 7.2 grids to display properly without clipping on the right.
Thanks
Oops, here is the image I meant to upload. The artifact in question is circled in red - it is a vertical line with horizontal branches. The problem is that it shoves our formats to the right which results in clipping