Telerik blogs

Latest

  • Desktop WPF

    Getting Started with RadGridView for WPF - Webinar

    Earlier this month, I had the opportunity to present a webinar discussing the RadGridView for WPF.  The control was built from the ground-up to take advantage of the WPF platform and the .NET 3.5 framework.  RadGridView for WPF represents the next generation in flexible data presentation controls you need to build powerful line of business applications. In the webinar, I provided an overview of RadGridView to help you understand all of its capabilities. If you are interested in seeing what was discussed, I welcome you to visit Telerik TV to view the full webinar using the following...
    February 25, 2009
  • Desktop WinForms

    Building WPF-like Interfaces with RadControls for WinForms

    A couple of weeks ago I did a quick review of the white papers we have on RadControls for WinForms and it turned out that they, just like humans, age with time. Although still valid, the white papers were outdated, so we decided to rejuvenate them. The first white paper which we brought up to date is “Building WPF-like Interfaces with RadControls for WinForms." In addition to bringing WPF to the equation (it used to compare our WinForms suite to Windows Vista, which was hype back when the original white paper was published two years ago), it received a new...
    February 20, 2009
  • Desktop WPF

    Transpose or just rows as columns

    A common scenario when displaying tabular data is to flip the axis so your rows becomes columns and vice versa. This can be easily achieved when you know the shape of your data. For example imagine we have a Customer class with 3 properties:  Name, Age and JobCode. Let’s say that we have 5 customers in our data repository. If we want to select just the names we can do something like this: IList<Customer> customers = Customer.GetAll(); var names =     new         {             Customer1 = customers[0].Name,             Customer2 = customers[1].Name,             Customer3 = customers[2].Name,             Customer4 = customers[3].Name,             Customer5 = customers[4].Name         }; Imagine that another Customer is added and suddenly...
    February 16, 2009
  • Desktop WPF

    Working with a simple RadGauge for WPF

    Presenting data to users can be done in a variety of ways, but gauges offer a unique way to present data with elegance.  Gauges are easily recognized by most users since they see them on a daily basis.  Think about when you drove to work this morning, you probably looked at your car dashboard which may have looked similar to the picture below.  You knew your speed, fuel status and a number of other important metrics at a glance.  Well, the RadGauge for WPF gives you the ability to implement this same powerful concept in your applications In this post, I...
    February 13, 2009
  • Desktop WPF

    Binding RadGridView Controls Together using CellElements

    Our dear friends from Falafel Software (the creators of Telerik Trainer, among other great things) have posted a cool blog on Binding RadGridView Controls Together using CellElements. I would suggest it to any one using RadGridView to WinForms!   Thanks, Rachel!...
    February 11, 2009