Telerik blogs
  • Mobile

    Kendo UI Mobile: Remote Views And Separate HTML Files

    Remote views are easy to set up and use. Add a secondView.html file (or whatever file format your server will parse and render) to your project and build the standard <div data-role="view">...</div> setup for a view in to this file. Now instead of specifying a #secondView in a link, you can specify /secondView.html in your links. Kendo UI mobile will recognize this as a "remote view" - a view that has to be loaded from the server before it can be displayed.
    August 01, 2013
  • Release

    Q2 2013 Release Webinar FAQ

    Last week saw another release of Kendo UI, and another great webinar to showcase the highlights and new features of our framework. It also showed a few of the new tools that we're working on, and some of the items that we have in the Kendo UI Labs.
  • Release

    Announcing The KendoUI-Lint.vim Plugin

    The Kendo UI Lint tool gives you a way to verify your Kendo UI configuration without having to run your code and check for errors. It tells you whether or not the configuration options are set correctly, and tells you where the errors are located, if any are there. The Kendo UI Lint vim plugin lets you run the lint tool from vim!
  • Web

    Kendo UI SPA Screencasts: Layout And DataSource

    I've completed three episodes of my screencasts on the Kendo UI SPA components so far. The most recent of which is part 2 of the Layout and DataSource objects.
  • Web

    Video Blog: 2-Way Sync With KendoUI-Backbone

    In this short video, I'll show you an update on what I've been doing with the KendoUI-Backbone integration project, with 2-way synchronization between a Backbone.Collection and a KendoUI DataSource.