Telerik blogs

Latest

For the latest product updates, please visit Release.

  • Web ASP.NET MVC

    Scatter Your Data – Now!

    The chart component for the Telerik Extensions for ASP.NET MVC is a rapidly expanding MVC component. Not only are we adding many new features, but we’re also increasing the available chart types. With the introduction of Q3 2011 we were able to start using two new chart types - Scatter and Scatter Line. Both types allow you to plot points anywhere on your chart area, as long as you provide each point with X and Y values. Let’s take a look at how you can implement these chart types, as well as take use of some new features introduced in...
    January 20, 2012
  • Web ASP.NET MVC

    Company Achieves ROI of 15x the Initial Cost with Telerik’s ASP.NET MVC Extensions - Case Study

    Paylocity, a leading US online employment services firm recognized by multiple industry ratings, knew their Time and Labor Management product, Paylocity Web Time, needed a strong competitive advantage, if it was to stay successful in the crowded market for web-based employment services. This is why the development team undertook an aggressive project on improving the product. Project requirements and objectives: Make the product more intuitive in order to increase user productivity Update product in a manner that would take advantage of modern technologies and add support for tablets and phones Redesign the interface to achieve a sleeker look and feel Build...
    September 06, 2011
  • Web ASP.NET MVC

    Telerik Extensions for ASP.NET MVC – Getting Started with the Chart

    With the release of Q2 2011 we here at Telerik are proud to announce the Chart Extension for ASP.NET MVC. This component has been designed from the ground up with a high focus on performance and cross-browser compatibility and is based off of SVG and VML (for browsers that do not support SVG). Many of you are probably interested in how you can start working with the chart and this blog post should help guide you along the first couple of steps. Server Binding Out-of-the-box the chart component can very easily bind to any supplied model on the server. If the view...
  • Web ASP.NET MVC

    Congratulations: Best Success Stories of ASP.NET MVC Apps Announced

    We are happy to announce that the contest for success stories of applications built with Telerik's ASP.NET MVC Extensions is now over. Thanks to all who participated and shared their experience with our product! We collected tens of success stories and enjoyed reading every single one of them. As a result, it was very hard for us to choose only three winners, and in fact, we managed to narrow them down to four. Not only did we have to rank two third-place awards, but we also decided to publish seven case studies in total! We will get in touch with all...
  • Web ASP.NET MVC

    Telerik ASP.NET MVC Extensions: Upload Deep Dive

    Recently there have been quite a few questions popping up around our ASP.NET MVC upload component, specifically when working with it in synchronous mode. Although this variation of uploading files is not really too complex when compared to its asynchronous counter-part, I believe some of the confusion stems from the MVC syntax that is used in our online demo. My goal with this blog post is to provide a bit more clarity to what exactly is happening in this demo, mostly taking a look at the MVC syntax. Before we get started, open up our Synchronous Upload demo in your favorite...