Telerik blogs

Latest

  • Web ASP.NET AJAX

    Location and Localization - two new charms in the Telerik AJAX CarRental sample app

    When we conferred internally (in the beginning of the current quarter) on the update of the AJAX Car Rental sample application, we asked ourselves the substantial question: How can we make this example even more useful for the developers? And going through the functionality it incorporated, we made the important deduction: Add car location, to make the vehicles more easily discoverable all over the world and Include localization to remove the language barrier for users that are not proficient in English. For the first part the most natural choice was to choose to integrate...
    October 13, 2011
  • Web

    RadBulletGraph Architecture and Features

    We introduced RadBulletGraph beta in the Q2 2011 SP1 release with the idea that the sooner we release a stable product the more time we will have to polish it and even implement user requirements before the final version. With this blog post I will explain how RadBulletGraph is structured internally and how this internal structure enables the features that it currently supports. With this in mind I kindly ask you, dear reader, to give your opinion on RadBulletGraph, to tell us what else you need or what can be done in a better way so that we can provide the best...
    October 07, 2011
  • Web

    FOUJUI: Flash of Uninitialized JavaScript UI

    One of the challenges that comes with pure JavaScript UI is a nasty little user experience problem that I'm calling "Flash of Uninitialized JavaScript UI," or FOUJUI (rolls right off the tongue). FOUJI, similar to FOUC, occurs when: Your rich UI is initialized by JavaScript You rely...
    October 06, 2011
  • Web

    Using CORS with All (Modern) Browsers

    CORS is cool. Cross-Origin Resource Sharing is a (slowly) emerging technology for the web that finally gives async web operations a way to directly grab resources from different domains. In fact, I've already talked about it a couple of times on the Kendo UI blogs here and here. By...
    October 03, 2011
  • Web ASP.NET AJAX

    Client-Side Hierarchical DataBinding to OData with RadGrid for ASP.NET AJAX

    If you haven't heard, Odata is a Web protocol that exposes your data to the Web, allowing consumers to make queries through a set of URI parameters. RadGrid, Telerik's ASP.NET AJAX Grid control features a rich client-side API that enables you to easily bind to OData services and have all the paging, sorting and filtering done without ever posting the page to the server. That is all fine if your data is flat. Binding to hierarchical data, however, is another story. RadGrid officially supports hierarchical databinding on the server only. But let's go unofficial for a while. In this blog post we'll demonstrate an approach for detail table databinding...
    October 03, 2011