Completed
Last Updated: 20 Nov 2014 18:46 by ADMIN
Imported User
Created on: 10 Oct 2012 16:42
Category: Kendo UI for jQuery
Type: Feature Request
96
Integrate with breeze.js
Integrate with breeze.js (www.breezejs.com/). Kendo UI needs better change tracking capabilities and unit of work support and automatic fix-up of navigation properties. Kendo UI's DataSource only deals with entities of a single type. Kendo UI's ObservableObject tracks whether an object is new or dirty, but not whether an object is deleted or detached. On removing items from Kendo UI's ObservableArray, items are not marked as deleted. Etc.. Breeze.js' entity manager deals with entities of all types, tracking their changes, fixing up their navigation properties, and submitting their changes in a single unit of work.
9 comments
ADMIN
Brandon
Posted on: 20 Mar 2013 19:15
Hi, we just published an early look at some integrations as a part of the new Kendo Labs initiative, and you can check it out at: https://github.com/kendo-labs/breeze-kendo

While these aren't complete, I'm going to mark this request as complete, and encourage you all to jump into the repo linked above, give us your feedback and even help out with the codez! :D
jstott
Posted on: 06 Mar 2013 20:00
Derick Bailey and the http://www.kendoui.com/blogs/teamblog/posts/13-02-21/breeze_js_and_the_kendo_ui_datasource.aspx#comments spike is a great test of the waters, now you just need to dig in and get into it.  Heck, consult Remco Blok, he has an excellent review and analysis of the sample walk-through in the comments of the blog entry.
Richard Davison
Posted on: 15 Feb 2013 15:26
Any word on this? Because it would be simply awesome.
ADMIN
Brandon
Posted on: 27 Nov 2012 16:44
Hey Ward,

I'd love to chat more about this. Please drop me a line at brandon AT Kendoui.com.
Imported User
Posted on: 27 Nov 2012 02:12
We (IdeaBlade, makers of Breeze) have customers asking for KendoUI integration too. We'll hook up with the Kendo team and work out a game plan.
Imported User
Posted on: 13 Nov 2012 22:31
Good question. If it's possible then I would love to see it demonstrated. Kendo UI's own DataSource and Model classes are not up to the task.
Todd
Posted on: 13 Nov 2012 20:29
Is there any reason why you cannot just use breeze and knockout while binding to kendo widgets? 
John Papa
Posted on: 01 Nov 2012 02:15
Best of all worlds would for Kendo to use Knockout's binding pattern and Breeze's rich data, combined with Kendo's great UI widgets.
Lee
Posted on: 26 Oct 2012 22:30
Yes I agree I have found the same failing. Either integrate with breeze.js or even better provide this extra support in Kendo UI.