EDIT SOLVED:
Infragistics.Win.DrawUtility.UseGDIPlusTextRendering = false;
did the trick for UltraComboEditor.
thanks for reading...
Blue
Hello!
I have a strange problem with the formatting of text in my List of UltraComboEditor items.
As you can see in the attached image, the text characters are somehow narrowed after a specific length. I experienced this problem in other IG Controls, but I was able to fix this by changing TextRenderingMode to "GDI". I can not fix this for the UltraComboEditor for some reason. The wrong formatting stays the same and is hard to read in this case.
FYI: "AlwaysInEditMode" does not help for list items, only for the current selected item if editable.
More Details about my modifed properties:
- NullText is set to a value
- TextRenderingMode is "GDI"
- DropDownStyle is "DropDownList"
- SortStyle is "Ascending"
- DisplayMember is "DisplayName"
- ValueMember is "ID"
Any help please?
Hello Blue,
I try to reproduce your issue in a small sample, but without success. In my sample I used the latest version 11.2.20112.2019. Could you please tell me what is your current version. If you are using older version, you could download the latest available from our site : Infragistics.com -> MyIG -> My Keys and Downloads.
Please take a look at the attached sample and let me know if you think that I didin`t reproduce your case or if you have any questions.
Hello,
i was not able to solve the issue for UltraComboEditor, but as I stated in my post I could override the TextRenderingMode globally and it worked for all IG controls.
my version is 10.3.20103.2128
Have you been able to resolve your issue ? Did you have a time to take a look at the attached sample. Please let me know if you have any questions
Regards