Telerik blogs

Latest

  • Web

    Creating Custom Application Events in WinJS

    Create custom application events for Windows 8 HTML applications.
    December 29, 2013
  • Web

    Building a Full Stack AutoComplete Widget with Java and Kendo UI

    Anyone that has ever done a web search is familiar with autocomplete behavior. But actually developing these controls has a number of non-trivial technical challenges. Where do you get the options from? Do you specify those options on the client or load them server-side? Do you load all options at once or as the user types? Kendo UI's AutoComplete widget gives you the hooks to make all these implementations possible. In this article we'll build a few Java-backed AutoComplete widgets to explore the best way to structure the autocomplete controls you need to build. We'll start with a small hardcoded list, and scale all the way up a server filtered list with a million options.
    December 20, 2013
  • Web ASP.NET AJAX

    How to get your ASP.NET application working in IE11

    Did you just try the ASP.NET project you are working on with IE11 and it broke? If so, read on to see how to fix it!
    December 19, 2013
  • Web

    Using RequireJS to Load Kendo UI Templates

    I've used RequireJS a lot over the last 2+ years, and as I've been learning Kendo UI, I was curious how well the two could work together. Burke Holland has already written a bit on this topic as well, but I wanted to find out if I could use the "text" loader plugin for RequireJS to load Kendo templates from external files. It turns out, you can. There's just a slight twist in doing so.
    December 18, 2013
  • Web

    Getting Started With DataViz Maps: Onions And Ogres?!

    With the Q3 2013 release of Kendo UI, we introduced a new Map control in the DataViz suite. With features like map markers, zoom, touch-based input, tile-based maps and GeoJSON, this control makes it easier than ever to add maps to your app, with compatibility all the way back to IE7! But The DataViz Map control does not provide it’s own map images for tiling or other layers - this is something that you have to provide through integration with tile-based map services. Fortunately, this is as easy as typing in a URL.
    December 13, 2013