title | page_title | description | slug | position |
---|---|---|---|---|
Overview |
jQuery AutoComplete Documentation - AutoComplete Overview |
Try now the Kendo UI for jQuery AutoComplete component providing data-binding capabilities, grouping and serevr filtering features, options for customizing its behavior and appearance through the available templates as well as options for virtualizing and loading its content on demand. |
overview_kendoui_autocomplete_widget |
0 |
The AutoComplete provides suggestions depending on the typed text and allows multiple value entries.
- [Data binding]({% slug databinding_kendoui_autocomplete %})—The AutoComplete enables you to bind it to local data arrays and to remote data services.
- [Grouping]({% slug grouping_kendoui_autocomplete_widget %})—You can use the provided options for displaying data items categorized by a specific model field of the AutoComplete.
- [Server filtering]({% slug server_filtering_kendoui_autocomplete_widget %})—The AutoComplete also allows you to perform grouping of its data server-side.
- [Templates]({% slug templates_kendoui_autocomplete %})—You can also control the way an AutoComplete item or the AutoComplete popup header and footer are rendered by using the Kendo UI templates.
- [Virtualization]({% slug virtualization_kendoui_autocomplete_widget %})—The AutoComplete enables you to display large datasets by using a fixed amount of list items in its popup list.
- [Appearance]({% slug sizedimensions_kendoui_autocomplete %})—You can use the available styling options for configuring the size, border radius, and fill mode of the AutoComplete.
- [Prefix and suffix]({% slug prefix_suffix_autocomplete %})—The AutoComplete component lets you add custom content as prefix and suffix adornments.