ShowAppend ComboBox readings do not display duplicate names (if any)

I have a field with a list of names. Maybe a person with a similar name. Now, if I set the AutoCompleteMode ComboBox property in SuggestAppend, and if there are two entries with the same name, the JumpAppend DropDown list shows only the first value (name).

Actual List:

Notice two RatanTata names hereNote the two names here Ratan Tata

Add:

When I type R in comboBox, it shows only one value RatanTata

I get only one Name in the List

So, now I get two problems because of this.

Problem 1: As said, we see only one name in the DropAdown List.

Problem 2: combobox ( , , ) .

, 2nd Ratan Tata, 2nd Ratan Tata . ( ), 1st Ratan Tata.

, . .

+3
1

, "" , SuggestAppend. MSDN, "" "":

: ComboBox TextBox.

. , . .

: , .

SuggestAppend. "" "".

+1

All Articles