Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1940
UltraComboEditor Item Text Format
posted

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?

Blue

Parents
  • 53790
    posted

    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.

    UltraComboEditorRendaringMode.zip
Reply Children