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:
Note the two names here Ratan Tata
Add:
When I type R in comboBox, it shows only one value RatanTata

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.
, . .