breeze-kendo

Kendo UI DataSource for accessing data via the BreezeJS library.


Keywords
breeze, kendo
License
Apache-2.0
Install
bower install breeze-kendo

Documentation

Breeze Kendo DataSource

Build status

This is a fork of Teleriks Breeze Kendo DataSource containing additional features and bug fixes.

Features

  • creates a Kendo DataSource object that is kept in sync with the Breeze entities. For instance when an entity changes, the Kendo DS is updated automatically; also when the data changes on the Kendo side, the Breeze entities are updated automatically.

    This means that for an app that is properly configured to use Breeze (i.e. has metadata and breezeManager.saveChanges() works) adding in Kendo widgets that support a Kendo DataSource should be a snap.

  • kendo.data.breeze.SchedulerSource object for using with the Kendo UI Scheduler.

  • auto-generates a Kendo-compatible data model (schema.model) based on metadata defined in the Breeze EntityManager.

  • supports server-side pagination, sort, filters.

Known Limitations

Usage

See the Wiki for documentation.