This is a migrated thread and some comments may be shown as answers.

RadDropdownList

1 Answer 67 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Rami
Top achievements
Rank 1
Rami asked on 08 Jul 2013, 01:27 AM
Dear Mr/Mrs
 i bind full name of company in RadDropdownList from database . in auto complete property i have to enter part of first name to get some suggests names. what i want is enter part of S.name Or last name to get some suggests names. for example:
RadDropdownList items are:
-"Rami Ahmed Ziad"
-"Anas Rafik Ibrahim"
-"Ahmed Hany Ali"
-"Reham Morsy Ali"

when i write "r" all items starting with 'r' listed "Rami Ahamed Ziad" and "Reham Morsy Ali" .but what i want is "Rami Ahmed Ziad"
,"Anas Rafik Ibrahim" and "Reham Morsy Ali" i hope it si clear now.
Thank you
Rami

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 10 Jul 2013, 09:25 PM
Hello Rami,

Thank you for writing.

Your question has already been answered in the support thread you have opened. 

We kindly ask you to use just one support channel to contact us. Posting the same questions numerous times slows down our response time because we will need to review and address two or more tickets instead of one. Moreover threads are handled according to license and time of posting, so if it is an urgent problem, we suggest you use a support ticket, which would be handled before a forum thread.

I am copying the answer from the support ticket here, so the community can benefit from it:
You should set AutoCompleteSuggest helper SuggestMode property to Contains:
radDropDownList1.DropDownListElement.AutoCompleteSuggest.SuggestMode = SuggestMode.Contains;

Thank you for your understanding.

Regards,
Dimitar
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
DropDownList
Asked by
Rami
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or