Skip to content

Solutions2Share/breeze-kendo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Kendo UI DataSource for accessing data via the BreezeJS library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published