kendo-backbone
v0.1.4
Published
Bind a Backbone.Collection to a Kendo DataSource
Downloads
18
Maintainers
Readme
kendo-backbone
Bind Backbone.Collection to kendo.data.DataSource. Tested on KendoUI 2014.3.1411 and Backbone 1.1.x using sails.js. Lets you use an existing Backbone API with Kendo.
Install
$ npm install kendo-backbone --save
<script src="http://cdn.kendostatic.com/2014.3.1411/js/kendo.all.min.js"></script>
<link href='http://cdn.kendostatic.com/2014.3.1411/styles/kendo.common.min.css' rel='stylesheet'>
<!-- and so forth... typical stuff here -->
Usage
kendo.data.Backbone = require('kendo-backbone');
See unit tests
API
TODO
License
MIT
Please note: Kendo Professional Components require a License.