Telerik blogs

Latest

  • Web

    Bower FTW

    If you haven't yet heard about Bower, it is essentially a node module built by Twitter and is billed as a "package manager for the web". It's dead simple, and that's the reason you are going to love it.
  • Web

    Take a Walk on the Client Side with WebAPI and WebForms – Part 2

    It has been more than a year since the last time we discussed WebAPI with WebForms, and a lot has changed in that time. Microsoft has released a 1.0 release of WebAPI and Telerik now supports using WebAPI as a client-side datasource for many of our controls. In this article, I will show you how to configure WebAPI to work with one of Telerik’s most popular controls, our Grid for ASP.NET AJAX. Without changing the appearance of the grid, I will convert the grid from server-side databinding to client-side databinding and show you how it supports sorting, filtering and paging with WebAPI.
  • Web

    Kendo UI SPA: Screencast And Getting Started

    With the Q1 2013 release of Kendo UI, there were several new components added to better facilitate Single Page Application (SPA) development. Since the release, I've been building sample applications, writing blog posts and creating screencasts to cover these new framework pieces. Find the best places to learn and get your SPA on, with these links.
    May 16, 2013
  • Web

    A Day At The SPA With kendo.Router

    This luxurious SPA life can be difficult. It can lead to some #FirstWorldProblems. What if I want to get started with my treatments and therapy, but I have to stop in the middle and come back later? I don't want to re-start the procedure that I've already started. I would rather return to the same therapist and pick up where I left off.
  • Web

    RequireJS Fundamentals

    If you have been following JavaScript development, you might have seen a lot of posts on modules. It's a hot topic in JavaScript and it's easy to jump on a bandwagon. The truth is that the problem that needs to be solved is very fundamental to the success of your code.