Telerik blogs

Latest

  • Web

    Creating Custom Application Events in WinJS

    Create custom application events for Windows 8 HTML applications.
    October 16, 2025 5 min read
  • Desktop

    Setting HTML Styles with Binding in Windows 8 WinJS Apps

    This post show how to use data binding on styles and other non text elements in WinJS
    May 27, 2021 7 min read
  • Mobile

    Cross Window Communication With Cordova's InAppBrowser

    Cordova's InAppBrowser plugin does as its name implies: opens a new browser window within the current app. This gives you the powerful ability to access web content without needing to embed it within the app itself. While Cordova provides plenty of options to configure how this browser works, there are no built in APIs that let you directly pass data back and forth between the app and the InAppBrowser window. In this article we'll take a look at a workaround to make this possible.
    December 24, 2013 5 min read
  • 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.
    May 27, 2021 9 min read
  • Release

    Telerik OpenAccess ORM to Drop VS 2008, Classic Wizards, Oracle 9i and MySQL 5.0

    The already released Q3 2013 SP1 will be the last Telerik OpenAccess ORM version to support Visual Studio 2008, the old "Classic" Wizards, Oracle 9i and MySQL 5.0.
    May 27, 2021 2 min read
  • 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!
    May 27, 2021 2 min read
  • Mobile

    Git Started With Github in Mist

    Source control is a tremendously important thing in software development. It provides backups and versioning of your code. It allows you to collaborate with other developers on your team. It lets you store things related to the project. It can be tied in to your build and deploy process, and much more. It generally makes development life easier by facilitating many of the activities that are critical to coding, building and deploying software. It should be no surprise, then, that the recent wave of online IDEs would provide source control integration. And Icenium Mist is no exception to this. The Mist IDE has some great integration setup with git, allowing you to connect to any git repository that is accessible via the internet, including GitHub integration.
    December 19, 2013 4 min read
  • Mobile

    Incremental loading with RadDataGrid in your Windows 8.1 XAML app

    Fast and fluid experience is one of the most important characteristics of a Windows 8 application. However, when dealing with large amount of data, it is not always possible to get the entire data set downloaded and visualized in a fast and fluid manner. Such scenarios call for a more incremental (sequential) data loading approach and with our Q3 2013 release RadDataGrid makes this task easy to implement.
    December 18, 2013 2 min read
  • Productivity

    How Many Virtual Users Per Machine?

    One of the more common questions we hear from load testers is how many virtual users can be run from one load test generating computer.  For testers wanting to exercise their web application with thousands, tens of thousands, or even hundreds of thousands of virtual users, understanding how many test generators are needed helps them appropriately plan for load testing activities. The implications of using too few load test generators can be significant.  If the processors are too slow or the machines don’t have enough memory, it could prevent the test from accurately creating and measuring load on the application.  ...
    May 27, 2021 4 min read