Skip to content

pward123/kendo-backbone-datasource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A KendoUI DataSource that wraps a Backbone Collection.

The following items are not currently supported: (Listed in order of planned future support)
  - Sorting
  - Querying
  - Paging
  - Filters
  - Aggregates
  - Grouping
  - Setting of values through the data function
  * Backbone models with attributes named "id" or "uid" due to conflicts
    with Kendo's use of these properties.  The Kendo id property is alwayss
    set to the Backbone's cid value.
  * options.autoSync is assumed to be on, but sync only copies the values to backbone. It does not call backbone sync

  key: * future support is not planned

Assumptions:
  - The read function is not implemented (the caller should use Backbone functions instead)

About

A KendoUI DataSource that wraps a Backbone Collection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published