Telerik blogs
  • Web ASP.NET AJAX

    RadControls for ASP.NET AJAX -- Q3 BETA Now Available

    It is our pleasure to bring you the Q3 BETA of RadControls for ASP.NET AJAX. We are introducing three new controls: RadListView, RadRating and RadSiteMap as well as many other improvements throughout the whole suite. Full details on the new release are available in the Beta Forum as well as Telerik Labs. Check the online demos and download the Beta from your account (or free trial). Enjoy and let us know of your feedback!
    May 27, 2021 1 min read
  • Productivity

    The Telerik CAB Enabling Kit and SCSF - Tutorial 6: The RadTreeView UIExtensionSite

    Welcome to the sixth tutorial in my series of tutorials about the Telerik CAB Enabling Kit. This week, we will learn how to use the RadTreeView UIExtensionSite. I will be using a TCEK enabled Smart Client Application as the base for this tutorial. I’ve also create a simple module called the Settings module that I will use in this tutorial. Adding the RadTreeView UIExtensionSite To add the RadTreeView UIExtensionSite, the first step you will need to take is to simply drag a RadTreeView onto the ShellLayoutView.cs form. Inside the code-behind, add a property to the RadTreeView so you can access ...
    May 27, 2021 3 min read
  • Productivity

    The Telerik CAB Enabling Kit and SCSF - Tutorial 5: The RadPanelBar UIExtensionSite

    Welcome to the fifth tutorial in my series of tutorials about the Telerik CAB Enabling Kit. This week, we will learn how to use the RadPanelBar UIExtensionSite. I will be using a TCEK enabled smart client application as the base for this tutorial. I’ve also created a simple module called the Asset Manager module that I will use in this tutorial. The Asset Manager Module The asset manager module is a basic CAB module that contains one view, the AssetListing view. The AssetListing view contains a RadGridView bound to a list of asset business objects. The business object, called “Asset”, contains ...
    May 27, 2021 3 min read
  • Web

    WebAii Testing Framework Support for Extended Silverlight RadControls

    There is about a month left to the major Q3 release and the free Web Automation Framework has been steadily evolving. We have just released an important update I highly recommend it to everyone who is interested in the easy test automation for both ASP.NET AJAX and Silverlight based applications with or without RadControls on the board. The list of release notes is quite long including updates to all the components – the WebAii core framework, the product installer, WebAii RadControls for ASP.NET AJAX and Silverlight control wrappers. There are significant improvements especially in the Silverlight automation. Here I’d like ...
    May 27, 2021 4 min read
  • Desktop WinForms

    Draggable Series Items In RadChart for WinForms

    A few weeks ago, someone asked me if the RadChart supported dragging the series items around. The simple answer to this question is no, there is no out-of-the-box support for this feature in the RadChart. I was curious though, so I decided to try my hand at making this concept into a reality. What follows is the code I came up with to do it. Figure 1. The Final Result Fields and Constructor In the constructor I am basically generating a bunch of random values to use in the chart. As you can see, I am actually using two series. The ...
    May 27, 2021 3 min read