Hi,
I'm using Ultrawingrid and grouped one of the columns. In the attached screenshot, you can see that some products have extra spaces so the alignment is off. For example, Auxiliary Phys. Header and Commercial Automobile have extra spaces. Is there a way to fix that?
Thank you,
Trent
Hello Trent,
I am just checking about the progress of this issue. Let me know if you need my further assistance on this issue.
Thank you for using Infragistics Components.
Hi Trent,
Thank you for posting in our forums.
I tried to reproduce your issue and everything is working fine on my side – the group by row text is properly aligned. What settings have you set on the grid? Do you use the default font for the group by rows? You can try using GDI for rendering the text instead of GDI+. This might be able to resolve your issue. You can set it by using the following line:
ultraGrid1.TextRenderingMode = Infragistics.Win.TextRenderingMode.GDI;
If that doesn’t help please provide me with a sample that reproduces this issue, so I can investigate it further. I have attached my test sample and you can use it as a starting point.
I am looking forward to hearing from you.