Coder Social home page Coder Social logo

breeze-kendo's Introduction

##Breezejs / Kendo SPA Spike##

This sample was forked from kendo-labs/breeze-kendo and the KendoUI blog post Breezejs and the kendoUI datasource.

This project adds a sample SPA originating from the HotTowel template, that will display a kendo grid of Products.

Main Issue

The issue I kept running into (in particular with grids) and breeze was a stack overflow errors This mainly do to recursive breeze entity object properties: entityAspect, and entityType.

kendo.breeze.datasource.js has been reworked to map breeze entities to JS objects (with entityAspect and entityType removed) - such that grids will work. The issue becomes the disconnect between a full breeze entity and what now sits within the grid itself.

SPA Sample

The SPA sample uses the Northwind db, EF, Breeze, and Durandal (all from the template - less the db and context/model classes). Running the SPA sample, click on the 'Details' tab - that will show the grid bound to the Northwind/Products data. Sorting / paging is working

Not Addressed

Filter handling still needs to be added...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.