Skip to content

Instantly share code, notes, and snippets.

@jbristowe
Created April 13, 2012 03:18
Show Gist options
  • Save jbristowe/2373360 to your computer and use it in GitHub Desktop.
Save jbristowe/2373360 to your computer and use it in GitHub Desktop.
ListView Initialization with an Edit Template
var listView = $("#listView").kendoListView({
template: kendo.template($("#template").html()),
editTemplate: kendo.template($("#editTemplate").html()),
altTemplate: kendo.template($("#altTemplate").html())
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment