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

set autocomplete after input 9 character

1 Answer 81 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Fauzan
Top achievements
Rank 1
Fauzan asked on 27 Jun 2013, 03:34 AM
Hey, i want to set autocomplete in my textbox search if user already input 9 character in that textbox.
so what can i use to do this? ajax? jquery? or any telerik setting?
anybody know about this? thanks before


FYI: i use a WCF service , not a datasource

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 12 Jul 2013, 04:54 AM
Hi Fauzan

The AutoComplete feature you need to use could easily be done with the RadComboBox and LoadOnDemand, which can be linked to a WCF Web Service.

You can also control the minimum amount of characters to type by the using the MinFilterLength property of the RadComboBox.
Check the following demo for more information:
ComboBox - WCF Web Service

Thanks
Shinu
Tags
AutoCompleteBox
Asked by
Fauzan
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or