Since Q2 2014 the RadAutoCompleteBox can be bound to RadClientDataSource control.
This functionality is provided out of the box through the server-side ClientDataSourceID property.
RadAutoCompleteBox needs the following properties in order to load its items properly:
- DataText—defines the data source field name which will be shown as text of the item.
- DataValue—defines the data source field name which will be considered as value of the item.
The RadAutoCompleteBox property MaxResultCount works in exactly the same manner as with any other data source control.