Telerik blogs
  • Release

    Wait no more - Telerik's ASP.NET AJAX Q1'12 release is here!

    Congrats for the next official version of RadControls for ASP.NET AJAX! It is live and you can download it now. Or check the release notes and the live demos first. If you tried Telerik’s ASP.NET AJAX Q1 2012 Beta you are already familiar with most of the new stuff coming with the Q1 2012 release. Still, there are some more features that are worth highlighting: Column Reorder for RadTreeList – Having column reorder in addition to column resizing and show/hide as well as scrolling and keyboard navigation makes a full set of client-side features a bound control like a treelist needs. See Demos Comments for RadEditor – Though RadEditor...
    February 15, 2012 2 min read
  • Release

    Try the Hot Stuff – Telerik’s AJAX Q1 2012 Beta is Out!

    Though the time since the last official release, Q3 2011, and today’s release of the next Q Beta is a month shorter than usual, I am happy to present you the early preview of the Q1 2012 version of Telerik’s Controls for ASP.NET AJAX. Thanks to the hard work of the AJAX team members, we were able to include all of the major features here in the Beta version. And as most of them have been highly requested by you for some time now, I am sure you are eager to get them. But let’s stop wasting time and see...
    February 01, 2012 2 min read
  • Release

    Check this out: Telerik’s ASP.NET AJAX Q3’11 Service Pack is Live

    It’s amazing how much we managed to do since the official Q3 2011 release. We’ve improved and introduced so many things you guys have shared with us, so go ahead and check the Service Pack out. Here’s a small part of the release highlights:  jQuery library used in Telerik.Web.UI is updated to version 1.7.1 AsyncUpload – hover state is added for the select button Grid – introduced new client-side methods, clearSort() and clearFilter(), for clearing the applied sort and filter expressions, as well Grid – improved support for OpenAccessLinqDataSource control Input – new HTML5 input type “time” ScriptManager – added support for scripts grouping...
    January 06, 2012 1 min read
  • Web

    CS0103: The name 'ViewBag' does not exist in the current context

    Technorati Tags: .NET,ASP.NET MVC I hit this error today while working with an MVC3 application.  It appeared out of the blue – but don’t they always?  Fortunately, I make a habit of committing my work into SVN every time my tests pass, so I could have just reverted back to my last Revision, but I wanted to know what I did to cause this. Much to my demise, the optimistic fixes didn’t work: Restart the debugger several times, because surely that will fix it :-) Close Visual Studio and reopen it. Just kidding.  But we do tend to try those don’t we? Back on topic,...
    December 01, 2011 1 min read
  • Web ASP.NET AJAX

    Client-Side Hierarchical DataBinding to OData with RadGrid for ASP.NET AJAX

    If you haven't heard, Odata is a Web protocol that exposes your data to the Web, allowing consumers to make queries through a set of URI parameters. RadGrid, Telerik's ASP.NET AJAX Grid control features a rich client-side API that enables you to easily bind to OData services and have all the paging, sorting and filtering done without ever posting the page to the server. That is all fine if your data is flat. Binding to hierarchical data, however, is another story. RadGrid officially supports hierarchical databinding on the server only. But let's go unofficial for a while. In this blog post we'll demonstrate an approach for detail table databinding...
    October 03, 2011 6 min read