Telerik blogs

Latest

  • Release

    Astoria V.Next Ships for .NET 3.5 SP1 -> Versioning Issue

    The Astoria (aka ADO.NET Data Services) team released an updated .NET 3.5 SP1 version of Astoria last night. This version of Astoria is an inplace update and will overwrite your current version of Astoria (System.Data.Services.*.dll). You can download it from the following locations. Windows 7 and Windows 2008 R2 http://www.microsoft.com/downloads/details.aspx?familyid=4B710B89-8576-46CF-A4BF-331A9306D555&displaylang=en All Previous version of Windows http://www.microsoft.com/downloads/details.aspx?familyid=79d7f6f8-d6e9-4b8c-8640-17f89452148e&displaylang=en The new version of Astoria has some very useful and powerful features. They include projections, data binding, row count, feed customization, server based paging and better BLOB support. There is one small issue, in order to support these new features you have to tell the framework you are using the new version of Astoria....
    December 17, 2009 4 min read
  • Release

    What's new in SP1 of Telerik Reporting Q3 2009

    We are very excited to announce the availability of Telerik Reporting Q3 2009 SP1. Highlights: Full VS2010/.NET4 Support Following Telerik’s relentless pursuit to support the latest technologies, we have bettered Telerik Reporting to support VS2010. The SP1 installer adds all Reporting Items in the VS2010 toolbox, the design-time experience is the same as in VS2005/2008, and full support for the .NETFX 4.0 Client Profile has been added. The Silverlight Viewer gets the much requested parameter support, SSL support, and custom bindings for the Report Service Client. You can also change its skin by using the RadControls for Silverlight themes. We even had time to update...
    December 15, 2009 1 min read
  • Release

    Telerik First to Support Microsoft Silverlight 4

      Telerik announced today that RadControls for Silverlight 4 CTP is the first UI component suite to natively support Microsoft Silverlight 4 Beta and to provide support for the right mouse click feature introduced with the latest Microsoft Silverlight release. The Silverlight 4 Beta version delivers powerful capabilities to business application developers strengthening its position as the number one choice for building business applications on the Web.  RadControls ensure that developers can use RadControls for Silverlight 4 with the latest Silverlight 4 Beta version and start building their applications today. With the Silverlight 4 Beta release Microsoft announced support for conventional desktop interaction models through new features such as right-click context...
    December 14, 2009 1 min read
  • Release

    Telerik WinForms Tools get new slicker theme for Q3 2009

    It was time to spend a little time to update the UI of the Tools included in the RadControls for WinForms suite. Not because we did not like the old design - quite the contrary - the green Telerik theme was quite impressive back in the day, when we introduced it:   Rather, we felt that we need a more modern and minimalistic look, one that is more innovative, even corporate. As a result, as of Q3 2009 the WinForms Tools use the Office 2007 Black theme in out tools. Enjoy! Visual Style Builder The new skin in the Visual Style Builder emphasizes the details...
    December 11, 2009 2 min read
  • Release

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

    We have just released the first service pack for Telerik Extensions for ASP.NET MVC. Here are the most important changes: The Grid<T>(T item) method has been removed (for good). This means you can no longer use the following syntax: Html.Telerik.Grid(new { Text="", Age=0}) .Columns(columns => { columns.Add(o => o.Text); columns.Add(o => o.Age); }) The reason is that this prevented type inference in some regularly used cases – the C# compiler preferred that method instead of Grid<T>(IEnumerable<T> dataSource). This forum thread shows...
    December 11, 2009 1 min read