Telerik blogs
  • Web ASP.NET MVC

    Output Caching and Telerik Extensions for MVC

    When we pushed out Telerik TV, we ran into an interesting style issue.  We were using output caching on our index page to save the server a little work.  However, sometimes when a user navigated to tv.telerik.com/home it would look like this: This problem would only manifest itself on the production server, and shockingly there were no errors! By looking at the source of the page we quickly realized that neither the StyleSheetRegistrar, nor the ScriptRegistrar were outputting anything at all.  This made it clear that the Render method on the StyleSheetRegistrar / ScriptRegistrar was not firing, or something was causing them...
    September 15, 2010
  • Release

    Telerik Extensions for ASP.NET MVC Q2 2010 is official

    It’s a fact! The highly anticipated Q2 2010 release has just been pushed. As usual the online demos are at http://demos.telerik.com/aspnet-mvc. You can check your Telerik accounts for the download links. What’s new I’ve highlighted the new features and components in a previous blog post. Here are the things which have changed since then: Lots of new features for the editor: font name and size background and foreground color block formatting (paragraph, headings etc) smart indent and outdent predefined styles HTML snippets support for custom tools localization support Razor support – we may have to update it once the guys from Microsoft advance with the development… Fixes and performances optimizations. We have fixed all...
    August 25, 2010
  • Web

    Cutting edge meets Razor

    Last month Scott Guthrie announced a new ASP.NET View Engine called Razor. Then Microsoft released the beta of a new product called WebMatrix which was utilizing it. It also employed a new web framework called ASP.NET Web Pages. Then yours truly made a few attempts to use Telerik Extensions for ASP.NET MVC in a WebMatrix page. The end result was promising. I waited for official Razor support in ASP.NET MVC 3. Then Scott “Almighty” Guthrie announced the first preview of ASP.NET MVC 3 which includes Razor support. This week I started to see how to improve Telerik’s Razor story… This blog post shows the end result.   Telerik...
    August 04, 2010
  • Web ASP.NET MVC

    Shipped Telerik Extensions for ASP.NET MVC Q2 2010 Beta

    We just shipped the beta of the Q2 2010 release. Download instructions for the beta can be found in the announcement forum thread. Why a beta when other Telerik products had their betas a month ago? We decided to postpone the official release of Telerik Extensions for ASP.NET MVC so we can deliver … three five new components! The official release would ship later this summer. New Components Telerik Editor for ASP.NET MVC In its first release the editor will contain only the most necessary text editing tools. We aim to keep it small thus more complex tools (image manager, table wizard etc)...
  • Release

    Service Pack 2 for Telerik Extensions for ASP.NET MVC released

    We just pushed the second service pack out of the door. Again it is mostly a maintenance release addressing the reported issues. Keep in mind though that the service pack is available only to customers who own a commercial license. The open source version (and codeplex project) will get updated only on major releases. Still should you discover a critical bug write in the forums. We will most likely attach a binary-only version there.   What’s new The regular bunch of fixes – the complete list can be found in the release notes for service pack 2 page. We also improved the grid editing examples quite...