Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 3.49 KB

overview.md

File metadata and controls

54 lines (39 loc) · 3.49 KB
title page_title description slug tags published position CTAControlName
Overview
Overview
Check our "Overview" documentation article for the RadAutoCompleteBox {{ site.framework_name }} control.
radautocompletebox-overview
overview
true
0
RadAutoCompleteBox

{{ site.framework_name }} AutoCompleteBox Overview

Thank you for choosing Progress® Telerik® RadAutoCompleteBox!

RadAutoCompleteBox is a {% if site.site_name == 'Silverlight' %}Silverlight{% endif %}{% if site.site_name == 'WPF' %}WPF{% endif %} control that provides a textbox for the user's input and suggests possible matches based on that input. The control has a number of advanced features such as support for different autocomplete modes, keyboard navigation, virtualization for working with thousands of items in its ItemsSource, as well as full customization capabilities.

{% if site.has_cta_panels == true %} {% include cta-panel-overview.html %} {% endif %}

RadAutoCompleteBox

Here are some of the control's key features:

  • Different autocomplete modes: The {% if site.site_name == 'Silverlight' %}Silverlight{% endif %}{% if site.site_name == 'WPF' %}WPF{% endif %} RadAutoCompleteBox supports different autocomplete modes - Suggest, Append, SuggestAppend. [Read more]({%slug radautocompletebox-features-autocomplete%})

  • Async filtering: Using the [AsyncFilteringBehavior]({%slug radautocompletebox-features-filteringbehavior%}) makes the filtering of huge amount of items unnoticeable.

  • Custom highlighting: You can choose which item of the filtered items to be highlighted depending on some custom logic by setting the control's [HighlightBehavior]({%slug radautocompletebox-features-highlightbehavior%}) property.

  • Expression Blend support: All controls from the UI for {% if site.site_name == 'Silverlight' %}Silverlight{% endif %}{% if site.site_name == 'WPF' %}WPF{% endif %} suite can be easily customized using Expression Blend.

  • Keyboard support: The {% if site.site_name == 'Silverlight' %}Silverlight{% endif %}{% if site.site_name == 'WPF' %}WPF{% endif %} RadAutoCompleteBox supports several [keyboard shortcuts]({%slug radautocompletebox-features-keyboard-support%}) for performing the most common tasks.

{% if site.site_name == 'WPF' %}

Telerik UI for WPF Support and Learning Resources

See Also

  • [AutoComplete]({%slug radautocompletebox-features-autocomplete%})
  • [Filtering Behavior]({%slug radautocompletebox-features-filteringbehavior%})
  • [Highlight Behavior]({%slug radautocompletebox-features-highlightbehavior%})
  • [Keyboard Support]({%slug radautocompletebox-features-keyboard-support%})
  • [Key Properties]({%slug radautocompletebox-features-key-properties%})