cxLookupComboBox - Lookup columns displayed in the editor's dropdown window are too narrow to display certain characters if the editor's Properties.DropDownAutoSize property is set to True
Answers approved by DevExpress Support
We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.
Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.
Hello Support,
Please check the screenshot made before and after fix (I think that the width of all record in lookup dataset should be taken into account, not only the current one or only first 50 records for example for bigger lookups).
With best regards,
Hello Piotr,
Thank you for the comment.
<<I think that the width of all record in lookup dataset should be taken into account>>
I believe that this approach will not be very good, because if you have millions of records in LookupDataSet, it will take a lot of time to find the longest text and calculate its width.
However, we understand your viewpoint and will consider it.