Telerik blogs

Latest

  • Release

    Introducing the TeamPulse TFS Process Template

    Successful synchronization in TeamPulse depends on stories and tasks having a workflow (statuses and transitions) that matches the workflow of the Team Foundation Server (TFS) work item type they are mapped to. If your TeamPulse project was created with the “TeamPulse” project template, there is no out-of-the-box TFS process template that will allow you to easily synchronize your TeamPulse data with TFS. For this reason, the TeamPulse v1.0 TFS process template has been created. When to use it The TeamPulse v1.0 TFS process template should be used if both of the following conditions are met. 1. You have an existing ...
    May 27, 2021 2 min read
  • Desktop WPF

    Say hello to the RadBulletGraph for Silverlight/WPF!

    Hello everybody! I am Yavor Ivanov and I work in the DataVisualization team here at Telerik.  As Vladimir mentioned earlier in his blog post, the Q3 release focuses on dashboards and line of business applications and today I am happy to announce another result of this focus: the RadBulletGraph!     The Bullet Graph is created by Stephen Few and it is designed especially for dashboards. This little wonder is very data intensive and easy to read at the same time. In just one Bullet graph you can demonstrate both what your projected and your accomplished goals for a period are, specify qualitative...
    May 27, 2021 2 min read
  • Desktop WPF

    How to create Custom Appointments and Custom Appointment Dialog in Telerik ScheduleView

    A common scenario when using the ScheduleView control is to have custom appointments with additional properties that are not by default included in the standard Appointment class. In these cases simply extending the Appointment class is not enough, because we have some more requirements – we want our custom properties to support cancelation of editing (like the standard one does), we want to allow the user to edit the custom properties using the Appointment edit dialog and eventually to render values of the custom properties in the AppointmentItem or/and its ToolTip. In this article we will go through the following steps: Create a custom appointment...
    May 27, 2021 5 min read
  • People

    TechEd Europe 2010 and Windows Phone 7

    This year’s European TechEd was a very interesting experience both for us – the guys at the Telerik booth, and for all of you that came to visit it and see what we have been doing lately. We were amazed by the variety of questions you had for us (showing that our whole product line is well-known and widely used) and therefore we would like to say a big Thank you!   One of the intriguing aspects of this year’s TechEd and our participation there was our new RadControls for Windows Phone 7 suite that was in its first CTP version by...
    May 27, 2021 2 min read
  • Productivity

    New to the concept of agile testing? Get yourself started with a free webinar!

    Many teams are struggling to deliver quality software on time yet keep up with quickly shifting business requirements. This is why the agile development methodology is gaining momentum as it allows software teams to be more flexible and adaptable to customer needs. Testers’ role is gaining new perspectives too. The agile development model involves testing as early as possible. This is usually done by using automated agile automated testing tools to minimize the amount of manual labor involved. If you want to learn more about automated testing in agile teams, join us for the free “Automated Testing in the Agile Environment” webinar on...
    May 27, 2021 1 min read
  • Desktop WPF

    How to Implement AutoScroll While Dragging in RadTreeView

    With this short post I’ll explain how to achieve a functionality similar to the one shown bellow. Unable to display content. Adobe Flash is required.   The key to achieving this scenario is to use Behaviors. Start off by adding a reference to the System.Windows.Interactivity.dll which is located in: [WPF] C:\Program Files (x86)\Microsoft SDKs\Expression\Blend 3\Interactivity\Libraries\WPF\ [Silverlight] C:\Program Files (x86)\Microsoft SDKs\Expression\Blend\Silverlight\v4.0\Libraries\ (note: the location of the binary might be different on your machine) Then create a class called AutoScrollBehavior.cs using System; using System.Windows; using System.Windows.Controls; using System.Windows.Interactivity; using Telerik.Windows.Controls; using Telerik.Windows.Controls.DragDrop; #if SILVERLIGHT using EventManager = Telerik.Windows.EventManager; #endif namespace TreeView.AutoScroll { public class AutoScrollBehavior : Behavior<RadTreeView> { protected override void OnAttached() { ...
    May 27, 2021 3 min read
  • Release

    What’s New in RadMap for Silverlight / WPF in Q3 2010

    It has been a while since my last blog post on the topic but now that the Q3 2010 release is up and running, it is time to slow down a bit and restart my writing practice as well. The major highlight for the Data Visualization Team at Telerik for the past months was improving (enabling) the development of real-world business dashboard scenarios with the controls part of the RadControls suite. My colleague Vladimir already blogged about one of our newest additions (the RadSparkline set of controls) and we will be introducing RadBulletGraph in greater detail shortly as well but today I will focus your...
    May 27, 2021 2 min read
  • Release

    Rad Controls for Windows Phone 7 CTP2 is released!

    I'm very happy to announce that today we released the second CTP of RadControls for WindowsPhone 7. You can download the new installer and the new binaries now. In the last month we were working on polishing the existing controls, examples and help, but we also added new features and controls to the suite. Now we have 16 controls for Windows Phone 7 ready for use! Not only this, but you can now optimize the size of your windows phone 7 application by using the hot new version of the Telerik XAP minifier. Did I mentioned that our Demo application is now...
    November 24, 2010 4 min read
  • Web

    Weather Station &ndash; An Awesome New Silverlight Demo by Telerik

    We all check the weather before we leave our homes, when planning our business trips, when we take our loved ones on vacation. The weather is something we talk about and we all have our own way of reacting to it as it more often than not it affects our mood. So how do we deal with it? We try to stay informed and the coolest way to do that is with the Telerik’s Weather Station application.     The Weather Station was designed to mimic a real world weather application. By navigating through the map-based user interface, you can both select some...
    May 27, 2021 2 min read
  • Productivity Testing

    WebUI Test Studio Q3 Step by Step Videos

    Ever since our Q2 2010 release back in July, our testing tools team here at Telerik has been busy working on a fantastic new set of features to our QA automation suite, WebUI Test Studio. Just a couple weeks ago, all their hard work paid off with the official launch of our Q3 2010 release. We have created a series of videos highlighting how to use all the new features of WebUI Test Studio, these videos will help you get started quickly! Webinar - What's New in Q3 2010 WebUI Test Studio Scheduling Test Lists for Remote Execution - ...
    May 27, 2021 1 min read