Skip to content

Instantly share code, notes, and snippets.

@jbristowe
Created April 13, 2012 04:02
Show Gist options
  • Save jbristowe/2373579 to your computer and use it in GitHub Desktop.
Save jbristowe/2373579 to your computer and use it in GitHub Desktop.
Selectable ListView
$("#listView").kendoListView({
dataSource: dataSource,
pageable: true,
selectable: "multiple",
template: kendo.template($("#template").html())
});​
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment