RadComboBox for ASP.NET

Advanced Autocomplete Send comments on this topic.
New to Telerik RadComboBox? > Feature Overview > Advanced Autocomplete

Glossary Item Box

Telerik RadComboBox now supports autocomplete of multiple items using any delimiter - you can set the AutoCompleteSeparator property to any delimiter character (e.g. ";", ",", etc).

 

Example

Advanced Autocomplete 

  Copy Code
<radcb:RadComboBox
      
id="RadComboBox1"
      
Runat="server"
      
Height="140px"
      
Width="350px"
      
Skin="WindowsXP"
      
accessKey="T"
      
tabIndex="1"
      
ToolTip="Select a city"
      
WrapItemText="True"
      
MarkFirstMatch="True"
      
AllowCustomText="False"
      
AutoCompleteSeparator=";,">
</
radcb:RadComboBox>

See live example at:
Multi-item Autocomplete