Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.05 KB

File metadata and controls

27 lines (20 loc) · 1.05 KB
title page_title description slug canonicalLink position
Selection
Selection - ListView - Kendo UI for Vue
Selection in Kendo UI ListView wrapper for Vue.
selection_listview_wrapper
4

Selection

The ListView enables you to implement the selection of its items through the selectable prop.

By default, selectable is set to false. To enable the selection, set selectable to true. You can also set the selection mode to single or multiple.

{% meta height:450 %} {% embed_file listview/selection/main.vue preview %} {% embed_file listview/selection/main.js %} {% endmeta %}

Suggested Links