Skip to content

Files

Latest commit

 

History

History
52 lines (37 loc) · 2.11 KB

File metadata and controls

52 lines (37 loc) · 2.11 KB
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

DropDownList Overview

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.

Basic Usage

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 %}

Functionality and Features

  • [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 %})

Events

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 %}

Suggested Links