Telerik blogs

Latest

  • Web

    MVVM in WinJS Part 1 - Observable Models

    The goal of the Presentation Model pattern is to “Represent the state and behavior of the presentation independently of the GUI controls used in the interface” (from Martin Fowler’s website.) All of the data and behavior of the UI as it relates to the state of the model is contained in the model. The view (or the UI) simply renders the data and refers to the model to determine such things as control state and values. Non model related items (such as rendering and other solely UI constructs) are in the This minimizes interaction between the model and the UI, creating a clearer separation of concerns between the two layers.
    May 27, 2021 8 min read
  • Web ASP.NET AJAX

    The Facts On Using Kendo UI With ASP.NET WebAPI

    In the past few months we've seen a few questions about using Kendo UI with Microsoft's ASP.NET WebAPI which is now a built-in part of MVC 4. The gorilla in the room is "Does Kendo UI Work With WebAPI?". The answer is of course a...
    May 27, 2021 13 min read
  • Web

    Kendo UI & Google Present: Building Chrome Packaged Apps

    We have been working with Google on its Chrome Packaged Apps for some time now and we have documented quite a few tricks to share with developer community on how to create and deploy their own apps. Armed with this knowledge, next Wednesday, December 5th, we...
    May 27, 2021 1 min read
  • Web

    Backbone And Kendo UI: A Beautiful Combination

    I see a lot of questions about using Backbone and various UI / widget frameworks with it. There seems to be a bit of a fear in some people's minds that they won't be able to use their widget framework of choice if they are using...
    May 27, 2021 21 min read
  • Web

    Fixing FOUJUI: Another Practical Example

    One of the cool things we released along with the Kendo UI Winter Release last week is the brand new Kendo UI Music Store demo. It’s a complete, end-to-end demo designed to show many of the pieces from Kendo UI Web, DataViz, (and soon Mobile) working together...
    May 27, 2021 6 min read