Skip to content

Instantly share code, notes, and snippets.

@MatthewBarker
Created March 24, 2015 10:20
Show Gist options
  • Save MatthewBarker/c910a4516f7b48d696dd to your computer and use it in GitHub Desktop.
Save MatthewBarker/c910a4516f7b48d696dd to your computer and use it in GitHub Desktop.
Knockout-Kendo sparkline custom binding
ko.kendo.bindingFactory.createBinding({
name: 'kendoSparkline',
bindingName: 'kendoSparkline',
watch: {
data: function(value) {
ko.kendo.setDataSource(this, value);
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment