Telerik blogs
  • Web

    Common Errors In Kendo UI Applications

    As I was putting together the screencast last week for debugging with Kendo UI, I was thinking about all of the common mistakes that I routinely make. Some of them are simple silly errors that come from not reading the documentation, or simply writing bad code....
    January 09, 2013 9 min read
  • Productivity Debugging

    [Screencast] Debugging Kendo UI Applications

    JavaScript is a beautifully simple and elegant language.  It puts virtually no restrictions on what you can do; and since it’s a dynamic language, you can modify it on the fly and debug it right in the browser.  However, it’s great forgiving nature can also be...
    January 02, 2013 1 min read
  • People

    Merry Christmas And Happy Holidays From Kendo UI

    You know they don't call it the "most wonderful time of the year" for nothing! We hope that this week brings happiness and peace to you and your families. May you get a break from the blur that life can...
    December 27, 2012 4 min read
  • Web

    Knockout.js and Kendo UI - a Potent Duo

    Knockout.js is a popular JavaScript framework for building dynamic user interfaces using the Model-View-ViewModel (MVVM) pattern. Knockout allows for easy one or two-way synchronization between your data and the markup. However, Knockout does not include any widgets or components for creating the user interface, which is a...
    December 21, 2012 5 min read
  • Web

    Using The Docs To Bend Kendo UI To Your Will

    Sometimes you have business requirements that are not (gasp) straightforward. In the real world we don't all have a perfectly normalized Northwind databases and simplistic requirements that fit nicely inside the neat and tidy boundaries of any UI framework.  When adding new features to Kendo...
    December 19, 2012 10 min read