Telerik blogs

Latest

  • Desktop WPF

    Filtering Custom Types with RadGridView for Silverlight / WPF

    If you want to filter a column that is data-bound to a custom type, you need to make sure that your custom type meets certain criteria. We will use the type Person as an example. public class Person {     private readonly string name;     private int age;     public string Name     {         get { return this.name; }     }     public int Age     {         get { return this.age; }         set { this.age = value;...
    May 27, 2021 4 min read
  • Desktop WPF

    XAMLflix Presents RadRibbonView

    It's Thursday, and besides being a snowy day in the northeast to look forward to we've got your next installment of XAMLflix ready to rock and roll. Today I'll be showcasing RadRibbonView, our revamped Ribbon control that allows you to add an OfficeUI look and feel to your application. For a quick recap, XAMLflix = Videos + Projects covering all of the controls in both the RadControls for Silverlight and RadControls for WPF control suites. We are revamping the entire video library with fresh new content based on the latest and greatest versions of our controls, complete with projects so you can grab the same...
    May 27, 2021 3 min read
  • Desktop WPF

    Brand New WPF Website & XAML Support Lifecycle Updates

    In anticipation of the brand new Q1 2012 release, we were hard at work behind the scenes ensuring that the forthcoming releases of the RadControls for Silverlight and RadControls for WPF were chock full of new goodies for all the developers out there.  But we've also been working on a few other little gems, including a brand new website as well as an update to our support lifecycle and approach to developing the RadControls for Silverlight and RadControls for WPF.  Read on for more... WPF - Streamlined Content and a Metro Makeover One of the huge efforts we have been hard at...
    February 25, 2025 3 min read
  • Desktop WPF

    XAMLflix Welcomes RadDataBars

    What better way to spice up your Wednesday than by checking out some videos on one of the hot new controls in the RadControls for Silverlight and RadControls for WPF control suites? I certainly can't think of one! RadDataBars allow for a quick and easy display of data in a readable format, perfect for displaying KPIs or other business-centric data within your applications when what you need is an easy way to compare values or track progress over time. For a quick recap, XAMLflix = Videos + Projects covering all of the controls in both the RadControls for Silverlight and RadControls for WPF control suites....
    May 27, 2021 2 min read
  • Desktop WPF

    RadDiagram Architecture

    Telerik Q1.2012 XAML Controls are here!  And one of the most interesting new pieces there is the Diagramming control/framework. It is a product of joint venture between Telerik and our awesome partner - Orbifold. RadDiagram brings lots of new and exiting possibilities to both WPF and Silverlight worlds. In this post I'll show off what RadDiagram is and how you can best use it for number of different applications. Let's first take a look and play with it. Control or a Framework? The Control. RadDiagram is very extensible and flexible Control (part of the Telerik.Windows.Controls.Diagrams assembly). It mimics the intrinsic ItemsControl and has two major types of children: RadDiagramShape - an...
    May 27, 2021 3 min read