New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

Server-Side Programming Overview

Properties

 

NameTypeReturn TypeDescription
TextGetterStringGets the text of the input area.
InputTypeGetter/SetterTelerik.Web.UI.RadAutoCompleteFilterGets/sets the input type.
ASPNET
RadAutoCompleteInputType:
{
	Token,
	Text,
}
NameTypeReturn TypeDescription
FilterGetter/SetterTelerik.Web.UI.RadAutoCompleteFilterGets/sets the filter type.
ASPNET
RadAutoCompleteFilter:
{
	StartsWith,
	Contains,
}
NameTypeReturn TypeDescription
AllowCustomEntryGetter/SetterBoolDetermines whether custom entris will be allowed.
AttributesGetterSystem.Web.UI.AttrbuteCollectionGets the collection of arbitrary attributes that do not correspond to the properties of the control.
DelimiterGetter/SetterStringGets/sets a value indicating what delimiter should be used when the control displays the selected entries as a sequence of strings (when InputType is set to "Text").
DropDownItemTemplateGetter/SetterSystem.Web.UI.ITemplateGets/sets the template for the items that appear in the drop-down container.
EntriesGetterTelerik.Web.UI.AutoCompleteBoxEntryCollectionGets a collection of the selected entries.
IDGetter/SetterStringGets/sets the server ID.
DataTextFieldGetter/SetterStringGets/sets the field of the data source that provides the text content of the drop-down items.
DataValueFieldGetter/SetterStringGets/sets the field of the data source that provides the value content of the drop-down items.

Events

 

NameParametersDescription
EntryAddedRadAutoCompleteBox object, AutoCompleteEntryEventArgsFires when an entry is added to the Entries collection of RadAutoCompleteBox. The event is raised only when the input type of RadAutoCompleteBox is set to "Token".
EntryRemovedRadAutoCompleteBox object, AutoCompleteEntryEventArgsFires when an entry is removed from the Entries collection of RadAutoCompleteBox. The event is raised only when the input type of RadAutoCompleteBox is set to "Token".
TextChangedRadAutoCompleteBox object, AutoCompleteTextEventArgsFires when the text is changed in the input area of RadAutoCompleteBox. The event is raised only when the input type of RadAutoCompleteBox is set to "Text".
DropDownTemplateNeededRadAutoCompleteBox object, AutoCompleteDropDownItemEventArgsFires before template is being applied to the drop-down item.
In this article
PropertiesEvents
Not finding the help you need?
Contact Support