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

Using this control as plain textbox that completes the text you start typing

2 Answers 64 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Ziga HABJAN
Top achievements
Rank 1
Ziga HABJAN asked on 20 Apr 2015, 08:35 AM

Can I use RadAutoCompleteBox for completing the text I write (not selecting single or multiple items) and bind just the text property in design time?

 

2 Answers, 1 is accepted

Sort by
0
Accepted
Nencho
Telerik team
answered on 23 Apr 2015, 07:50 AM
Hello Ziga,

I am afraid that the RadAutoCompleteBox does not support such functionality. However, the RadComboBox does support it and you should simply set the MarkFirstMatch to true. You can test this behavior in the following online demo:

http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/autocompleteclientside/defaultcs.aspx

Regards,
Nencho
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
Ziga HABJAN
Top achievements
Rank 1
answered on 23 Apr 2015, 08:00 AM

That was exactly what I was looking for.The client wants to unify typed data without being restricted to items in datasource only.

 

Thanks!

Tags
AutoCompleteBox
Asked by
Ziga HABJAN
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Ziga HABJAN
Top achievements
Rank 1
Share this question
or