Telerik blogs

Latest

  • 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...
    May 27, 2021 1 min read
  • Release

    Telerik SalesDashBoard demo is now available for download

    Telerik Sales Dashboard demo has been updated and now it uses the latest official releases of RadControls for Silverlight 4 and OpenAccess ORM. The source code of the demos is available under your accounts at: Telerik Sales Dashboard for Silverlight Telerik Sales Dashboard for WPF We will greatly appreciate your...
    May 27, 2021 1 min read
  • Release

    Telerik’s new LINQ implementation and MySQL Part II: OData Service and Silverlight App in 30 seconds

    About a month or so ago I showed on this blog how to connect to MySQL using Telerik's new LINQ implementation.  Today I will show you how to take it one step further and build an OData service automatically using the Telerik Data Services Wizard. Just for fun, we will also automatically add a full CRUD Silverlight application that consumes the OData service. We’ll do this all in 30 seconds! To get started, you have to download MySQL 5.x and the MySQL Workbench and also, as my colleague Alexander Filipov at Telerik reminded me, make sure you install the MySQL .NET Connector, which is available here.  I like to use...
    May 27, 2021 3 min read
  • Release

    New JustMock build available for download.

    We've been quite busy lately, trying to fix all the known issues and all the newly discovered problems (mainly thanks to customers' feedback). Fortunately we've managed to fix most of these problems and here's a list of all the fixes and small improvements, available in the latest JustMock build: Support for Visual Studio 2010 RTM. We've also included VS2010 solutions with examples so that you don't need to convert the 2008 solutions to 2010. Support for TestDriven.NET. Now you can run tests, which mock final, static, etc. members, using TestDriven.NET. Unfortunately, due to some integration between TypeMock and TestDriven.NET, the tests will still fail...
    May 27, 2021 1 min read
  • Release

    RadGridView for WinForms vNEXT is coming

    The new version of RadGridView is coming in May (as beta) and I am eager to show you some of the new features. There are many methods to indicate errors in RadGridView. However, until now it didn’t support the most natural and easy way for this - the IDataErrorInfo interface. Things have changed, so let me show you how to use this interface.   As MSDN says,“IDataErrorInfo provides the functionality to offer custom error information that a user interface can bind to.” Actually, you don't need to know anything about this interface. You can just set the ErrorText property of the desired row or cell: this.radGridView1.Rows[5].ErrorText = "There...
    May 27, 2021 2 min read