Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 2.16 KB

File metadata and controls

57 lines (39 loc) · 2.16 KB
title page_title description slug canonicalLink position
Templates
Templates - DropDownList - Kendo UI for Vue
Customize the content of the suggested list items and the suggested list elements of a Kendo UI DropDownList wrapper for Vue.
templates_dropdownlist_wrapper
8

Templates

The DropDownList provides full control over the way an item or a popup header is rendered by using the Kendo UI templates.

Item Templates

The item template manages the way the list DropDownList items are rendered.

{% meta height:350 %} {% embed_file dropdownlist/templates/basic/main.vue preview %} {% embed_file dropdownlist/templates/basic/main.js %} {% endmeta %}

Header Templates

The header template manages the way the popup header of the DropDownList is rendered.

{% meta height:350 %} {% embed_file dropdownlist/templates/header/main.vue preview %} {% embed_file dropdownlist/templates/header/main.js %} {% endmeta %}

Footer Templates

The footer template manages the way the popup footer of the DropDownList is rendered. The footer is re-rendered on every change of the Data Source. The context of the template is the component itself.

{% meta height:350 %} {% embed_file dropdownlist/templates/footer/main.vue preview %} {% embed_file dropdownlist/templates/footer/main.js %} {% endmeta %}

No-Data Templates

The no-data template displays a noDataTemplate template in the popup when the data source is empty.

When the noDataTemplate option is defined, the component always opens the popup element.

{% meta height:350 %} {% embed_file dropdownlist/templates/no-data/main.vue preview %} {% embed_file dropdownlist/templates/no-data/main.js %} {% endmeta %}

Suggested Links