EJ 1 ASP.NET MVC AutoComplete Overview
4 Apr 2016 / 1 minute to read
The Essential ASP.NET MVC AutoComplete control is a textbox control that provides a list of suggestions based on the user query. When users enter text into the text box, the control performs a search operation and provides a list of results. There are several filter types available to perform the search.
Key Features
- Delimiter: Supports search for multiple words using a delimiter symbol.
- Suggestion box customization: Supports customization of the suggestion box height and width, and also provides you option to customize the items count to be displayed in the suggestion list.
- minCharacter: Sets the minimum number of characters required to perform the search.
- Filter Types: Supports various search filters with case sensitivity search option.
- Watermark: Supports custom watermark text.
- Data binding: Supports data binding with the List of objects and remote data.
- Template: Supports templates for the suggestion list content.
- Highlight search: Supports highlighting the typed text in the suggestion list.
- Auto fill: Allows the control to automatically fill the autocomplete textbox based on the character typed.
- Keyboard navigation: Provides complete support to work with the control by using the keyboard keys.
- RTL: Supports displaying the text box and suggestion list from right to left.
- Themes: The AutoComplete control features 12 built-in themes (six flat and six with gradient effects), and also supports custom skin options for user defined themes.
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page