Telerik blogs

Latest

  • Web

    To Navigate, Or Not To Navigate?

    Routers are powerful tools in Single Page Applications, and Kendo UI's router provides an API to wrap up this power. But the API hides a lot of potential complexity and performance issues if you're not careful. Calling the navigate method without regard for the current context of the application and whether or not that context is changing can result in unwanted re-rendering of the entire application. This can reduce the responsiveness of the app, waste time re-drawing content that isn't changing, and cause a lot of flickering on the screen - and none of this is desirable from a user's perspective.
  • Web

    Making A ListView Timeline

    The timeline has become a ubiquitous part of our user experience. It started with Facebook and Twitter, and now Pinterest and the Google+ interface have given us a new take on the same concept: display a list of items to the user. As they scroll down the page, add in the next batch of items. Sometimes those new items are added automatically (ala "endless scrolling"), and often there is a "push to load more" button, like in Instagram's new website.
  • 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