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.
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