Skip to content

Files

Latest commit

 

History

History
50 lines (35 loc) · 1.84 KB

File metadata and controls

50 lines (35 loc) · 1.84 KB
title page_title description slug canonicalLink position
Overview
ListView Overview - Components - Kendo UI for Vue
Get an overview of the features the Kendo UI ListView wrapper for Vue delivers and use the component in Vue projects.
overview_listview_wrapper
1

ListView Overview

The ListView enables you to specify a custom type of layout for the items it displays.

The ListView wrapper for Vue is a client-side wrapper for the Kendo UI ListView widget.

Basic Usage

The following example demonstrates the ListView in action.

{% meta height:150 %} {% embed_file listview/basic/main.vue preview %} {% embed_file listview/basic/main.js %} {% endmeta %}

Functionality and Features

  • [Data binding]({% slug databinding_listview_wrapper %})
  • [Editing]({% slug editing_listview_wrapper %})
  • [Selection]({% slug selection_listview_wrapper %})
  • [Scrolling]({% slug selection_listview_wrapper %})
  • [Keyboard navigation]({% slug keyboard_navigation_listview_wrapper %})
  • [RTL support]({% slug right_to_left_support_listview_wrapper %})

Events

The following example demonstrates basic ListView events. You can subscribe to all ListView events by the handler name.

{% meta height:350 %} {% embed_file listview/events/main.vue preview %} {% embed_file listview/events/main.js %} {% endmeta %}

Suggested Links