Telerik blogs
  • 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...
  • Release

    Improved Upgrade Wizard

    When creating our Visual Studio Extensions, accelerating development with our components has been the number one goal. One of the VS Extensions’ core components is the Upgrade Wizard. The task it was designed to fulfill is making the mundane job of updating your projects faster and easier. As the Upgrade Wizard has been in the wild for quite some time now, we’ve received a lot of feedback from customers using our various products. Even though it has been doing a pretty good job, there is always room for improvement. The two most popular feature requests were: Add support for upgrading Class Library...
  • Release

    Telerik Q2 2011 ASP.NET AJAX/MVC release

    The Q2'11 Telerik Developer Tools release has finally arrived! Welcome the new components and features are integrated into our AJAX and MVC suites and announced a couple of weeks ago: AJAX Q2'11 Beta | MVC Q2'11 Beta But wait, that is not all...there is more :) We put a few hidden gems up our sleeve to get you even more thrilled when you get your hands on the fresh downloads. Wanna know what they are? Read below to find out. MVC Line Chart The brand new MVC chart introduces support for line series in addition to its...
  • Release

    Telerik MVC Q2 2011 BETA bits

    The Q2 2011 Beta pack of Telerik Extensions for ASP.NET MVC has just been uploaded on telerik.com! As usual, you can find the open source and commercial (paid) version in your Telerik account's > MVC Product Files Download section: Open Source Download | Commercial Download. New component, new skins The Beta release introduces new HTML5-driven MVC charting extension which utilizes SVG/VML for vector graphic drawing. Light-weight and cross-browser component, built from scratch and in perfect harmony with the MVC design pattern paradigm, the chart supports bar/stacked bar series, Ajax binding and exposes basic client API...
  • 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...