Telerik blogs
  • Release

    Kendo UI Protips

    Urban Dictionary contains several definitions for Protip: Obvious advice sarcastically presented as sage wisdom. To offer advice or suggestion to resolve a problem. Often used in context of emphasizing common sense, a very strong opinion, or to belittle/mock a person’s point of view. A...
    April 27, 2012 7 min read
  • Web

    Creating A Kendo UI MVVM Widget

    Following up on last weeks post about creating custom DataBound Kendo UI Widgets, I wanted to cover how to make these widgets MVVM aware. The simple widget that I built in the last post is DataSource aware and can also be bound via declarative initialization. ...
    April 25, 2012 7 min read
  • Web

    Creating a DataSource Aware Kendo UI Widget

    Last week I wrote an article showing you how to create your own custom Kendo UI plugin. I gave you some boilerplate code and went over the basics of creating a simple plugin. I also provided a sample plugin for you that was a composite...
    April 10, 2012 8 min read
  • Web

    Creating Custom Kendo UI Plugins

    One of the questions that I see with some frequency on the Twitters, Emails and general InterWebs is: “Hey yo! How can I extend Kendo UI widgets or create custom Kendo UI plugins?”. Of course the fabulous thing about JavaScript frameworks is that you can in fact...
    April 04, 2012 10 min read
  • Web

    MVVM / Declarative Initialization And HTML5 Data Attributes

    Since the introduction of Custom Data Attributes in the HTML5 spec, developers have discovered a whole new world of possibilities.  When you combine the ability to store arbitrary information in an HTML element with the power of JavaScript, you get some very interesting alternative development experiences. One of...
    March 21, 2012 7 min read