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

RE: Case sensitive search in the combobox [.Net 2.0] by RajKumar

RajKumar
Thu Jun 08 15:08:02 CDT 2006

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

Regards,
Raj

"Raj Kumar" wrote:

> 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