Case sensitive search in the combobox [.Net 2.0]

G

Guest

Greetings!
I am using a combobox bound to a list of items. The AutoCompleteMode is set
to SuggestAppend and the AutoCompleteSource is set to ListItems. The list has
items like \\lastname and \\LastName. The control's display and value member
properties are set to the same field in the collection.

If I start typing \\lastname, I do not see that in the suggested list and
instead, I see a list of items starting with \\L.

Is there a way I can have the list display the correct list?

Thanks for your time.
Regards,
Raj
 
G

Guest

Hi!
Has anyone encountered this situation or can I report this as a bug?

Regards,
Raj
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top