title | page_title | description | slug | canonicalLink | position |
---|---|---|---|---|---|
Overview |
DropDownList Overview - Components - Kendo UI for Vue |
Get an overview of the features the Kendo UI DropDownList wrapper for Vue delivers and use the component in Vue projects. |
overview_dropdownlist_wrapper |
1 |
The DropDownList provides a list of predefined options and allows for a single item selection from that list.
The DropDownList wrapper for Vue is a client-side wrapper for the Kendo UI DropDownList widget.
The following example demonstrates the DropDownList in action.
{% meta height:350 %} {% embed_file dropdownlist/basic/main.vue preview %} {% embed_file dropdownlist/basic/main.js %} {% endmeta %}
- [Data binding]({% slug databinding_dropdownlist_wrapper %})
- [Filtering]({% slug filtering_dropdownlist_wrapper %})
- [Virtualization]({% slug virtualization_dropdownlist_wrapper %})
- [Grouping]({% slug grouping_dropdownlist_wrapper %})
- [Cascading DropDownLists]({% slug cascading_dropdownlist_wrapper %})
- [Templates]({% slug templates_dropdownlist_wrapper %})
- [Keyboard navigation]({% slug keyboard_navigation_dropdownlist_wrapper %})
- [RTL support]({% slug rtl_support_dropdownlist_wrapper %})
The following example demonstrates basic DropDownList events. You can subscribe to all DropDownList events by the handler name.
{% meta height:350 %} {% embed_file dropdownlist/events/main.vue preview %} {% embed_file dropdownlist/events/main.js %} {% endmeta %}