kendo-backbone

0.1.4 • Public • Published

kendo-backbone

NPM version Build status Dependency Status

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.

Dependencies (0)

    Dev Dependencies (11)

    Package Sidebar

    Install

    npm i kendo-backbone

    Weekly Downloads

    5

    Version

    0.1.4

    License

    MIT

    Last publish

    Collaborators

    • tjwebb