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
1315
wincombobox value member case sensitive
posted

Hi

I am using Ultra Win Combobox to display values from SQL database.

But value member of Combobox seams to be case sensitive, Is there any way to change this property?

Example:

UltraWinComboBox => ComboBoxLocation

ComboBoxLocation.DataSource = "SELECT DISTINCT xyz FROM abc"

(Note: This is not case sensitive so I have only one entry for ABCDEF and abcDef)

Now when I load value in it, ComboBoxLocation.Value = AbcdEF ; it does not display it.

Thanks

Shivangi