Telerik blogs
  • Release

    Telerik ASP.NET AJAX Ninjas, the Q1 2012 service pack is here!

    Telerik’s ASP.NET AJAX Q1 2012 SP1 is already available for download! Upgrade your projects now to leverage the newest improvements and get your issues fixed. I will try to summarize for you the most significant improvements in a minute.  Before that though I just want to tell you we are proud to see less open bugs in our PITS and logs. Yeah, we are almost running out of issues. No kidding, it’s a fact – we have components which don’t have a single reported issue opened like ListBox, AsyncUpload, TagCloud, XmlHttpPanel, TreeView. I hope you find the issues you reported addressed. Improvements You Shouldn’t...
    March 17, 2025 2 min read
  • 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...
    March 17, 2025 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...
    March 17, 2025 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...
    March 17, 2025 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,...
    May 27, 2021 1 min read