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