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
1225
ComboEditor DisplayMember is effected by case
posted

Although the standard comboBox ignores case when setting the displayMember in code, the ultraComboEditor does not display the column if the case does not match the name in the dataset.

Using a standard combo this works:

LabComboBox.DisplayMember =

"LabName"   even though the DataTable in the dataset is labName.

The ultraCombo required this:

UltraComboEditor1.DisplayMember =

"labName"

I spent a while on this until I figured it out.

Parents
No Data
Reply
  • 22852
    Offline posted

    Hello,

    I was able to reproduce the behavior that you have described and have logged this issue with development.  The development issue id is 25319.  I have also created a support case for you for this issue and linked it to the development issue so that you will automatically be notified of the resolution.

    Alan

Children
No Data