Skip to content

Commit

Permalink
kendoPager merge
Browse files Browse the repository at this point in the history
  • Loading branch information
rniemeyer committed Nov 23, 2014
1 parent 34f6366 commit b306132
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions build/knockout-kendo.js
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,18 @@ createBinding({
templates: ["template"]
});

createBinding({
name: "kendoPager",
defaultOption: DATA,
watch: {
data: function (value, options) {
ko.kendo.setDataSource(this, value, options);
},
page: "page"
},
templates: ["selectTemplate", "linkTemplate"]
});

createBinding({
name: "kendoMaskedTextBox",
defaultOption: VALUE,
Expand Down
Loading

0 comments on commit b306132

Please sign in to comment.