Telerik blogs
  • Mobile

    Building Your First Kendo UI Mobile PhoneGap Application

    With the launch of Kendo UI Mobile this month (have you downloaded it yet?), we introduced a completely new development philosophy into the arena of HTML5 development on mobile devices. What If What if you could develop one native application and target multiple devices? Too good to be true? ...
    March 05, 2025 12 min read
  • Mobile

    Using SVG on Android 2.x (and Kendo UI DataViz)

    Like it or not, Android version fragmentation is creating the new class of "IE6" browser for mobile development. With the broad majority (94%) of Android users still using a 2.x version of the platform (according to Google's own stats), Google has created a huge population of...
    May 27, 2021 6 min read
  • Web

    Kendo UI, MVVM and KnockoutJS

    One of the major features we’re working on for the next release of Kendo UI is a fresh JavaScript implementation of the Model View ViewModel (MVVM) pattern. For those not familiar, MVVM is a popular model of development that relies heavily on declarative bindings and observable elements...
    May 27, 2021 5 min read
  • Release

    Lessons Learned About Documentation

    Here at Kendo UI, we have always encouraged you to give us feedback.  Whether it’s through our forums, or the Kendo UI User Voice site, what you think is important to us.  We take your thoughts very seriously.  We receive a lot of feature requests, enhancement...
    May 27, 2021 4 min read
  • Web

    Getting Started with KendoUI and OpenAccess ORM

    As many of you may know, KendoUI is a really awesome new JavaScript framework that combines everything needed for modern JS development into one sweet package.  One of the features it provides is the ability to bind different UI controls to various data sources; so in this blog I will show you how OpenAccess ORM can be leveraged on the backend, and KendoUI can take care of the front end! Getting Set Up To get started create a new ASP.Net Empty Web Application. Note: You can really use any web based project template you like, in this walkthrough I just chose to start with nothing. :) Once...
    March 10, 2025 5 min read