Telerik blogs
  • Release

    Q3 2009 Beta released for Telerik RadControls for Silverlight/WPF

    As Q3 2009 is approaching and there are plenty of new controls and major features coming, we wanted to share with you some of the cool new controls and features that will be officially be released with Q3 2009. This Beta release includes several brand new controls and major additions to the existing controls: Note: All controls (except RadCoverFlow) that are currently available only for the Telerik Silverlight suite will also be included in our WPF offering with the official Q3 2009 release   New Controls RadRibbonBar - available only for Telerik Silverlight suite Telerik Silverlight RibbonBar is an easy-to-use implementation of the Microsoft Office 2007...
    September 18, 2009
  • Release

    Telerik CAB Enabling Kit for RadControls for WinForms moving to CodePlex

    Being one of the first vendors to provide support for the CAB and the SCSF, Telerik is strongly committed to provide seamless and easy integration with the CAB infrastructure. We provide new releases of the Telerik CAB Enabling Kit for RadControls for WinForms (TCEK) with each Telerik release, and recently Robert Shoemate, our WinForms Developer Evangelist, posted several blogs on the features that we support. The interest in extending the TCEK has been so great that we decided to provide TCEK to the community as an open source project on CodePlex. We believe this will give you an incentive to provide updates...
    September 15, 2009
  • Release

    Do you manage your software development through TFS? Telerik just released couple of free TFS tools for you

    Shortly after the massive excitement Telerik’s Extensions for ASP.NET MVC created, the guys at Telerik are happy to share couple of new free tools with the developer community! Inspired by agile development best practices, TFS Work Item Manager and TFS Project Dashboard have also been extensively used internally at Telerik for over six months with great results. TFS Work Item Manager simplifies the process of organizing TFS work items – you can now access and alter all your tasks in a visually appealing and user-friendly way. Some of its highlights include Work Item grid filtering, grouping and aggregation; querying; iteration schedules; and a...
    September 14, 2009
  • People

    MSDN Northeast RoadShow 2009

    Hi everyone! I attended the MSDN Northeast Roadshow in Waltham, MA yesterday and strongly recommend that anyone in the Augusta, Maine or Farmington, Connecticut areas check out the show when it is in your area within the next week.  Lots of great content ranging from why MVC is not that scary to reasons why you should be looking out for the Silverlight 3 release.  For those of you who are unfamiliar with the event, it's a great opportunity to find out what is new and exciting with the Microsoft development world, dodge colorful question reward bricks (the sound of impact on an unsuspecting crowd member is something...
    June 18, 2009
  • Web

    Silverlight DragDrop Hello (Real) World Application

    A Most Interesting Hello (Real) World Application Sometimes you can get away with a small application to show off some features. But dragging rectangles around is just not enough. You need a TreeView, you need a GridView, ListBox and a good user feedback. Why not place everything in a Docking Control? Some examples of DragDrop can be a bit unrealistic. You do not always have your elements defined in XAML. You cannot always have a reference to the containers you want to drag/drop. So we need to go a bit more real-world. What I tried to do is create a simple application that...