|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Case sensitive search in the combobox [.Net 2.0]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 Hi!
Has anyone encountered this situation or can I report this as a bug? Regards, Raj Show quote "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 |
|||||||||||||||||||||||