Telerik blogs

Latest

For the latest product updates, please visit Release.

  • Desktop WPF

    How to Databind RadTreeView in WPF

    Download the source code of the samples here. This is the first part of a series of posts demonstrating common scenarios of RadTreeView control. I’ll be covering both WPF and Silverlight. One of the most common scenarios for our customers is populating the RadTreeView with data. In WPF data binding is one of the most powerful concepts. Data binding the Treeview can be done in several ways. In this post I’ll explain the most common scenarios – binding to an XML file, binding to a Collection, and a more advanced sample – data binding using grouping and CollectionViewSource. XML Define the XML source Define...
    August 05, 2008 3 min read
  • Desktop WPF

    New gaud for the 3-Dimensional WPF RadChart

    Last time I wrote about Labels in 3D, but it turned out to be more of a Step-By-Step How-To. This time the blog will be short and up to the point - our RadChart for WPF has a new shiny primitive, which is ... ta-daaaaa ... a 3-Dimensional Rounded Bar/Box.   Well, we are not the first to introduce such a primitive. It is, of course, easy to create rounded box model in 3D Studio Max, Maya or any other 3D-modeling tool (as other component vendors did for you), but that approach does not allow easy customization - each time you...
    August 05, 2008 2 min read
  • Desktop WPF

    WPF Futures is out!

    Today is an exciting day for me. Scratch that. Today is an exciting day for a whole lot of people here in Telerik. For the past several months we have been tirelessly crafting the future of telerik's Charting product line. Today, my friends, is an exciting day indeed because it all goes public. The Futures release of our WPF effort has just been published here with online examples available here. Together with the Chart and Gauges controls we are also featuring a technical preview of our scheduler component of WPF. Here is a summary for all the controls included with this release: RadChart for WPF -...
    July 28, 2008 2 min read
  • Desktop WPF

    WPF: The Static Nature of Dependency Properties

    With dependency properties being so heavily used across the WPF platform, there is a good chance that sooner or later you will get bitten by this issue my colleague Hristo Deshev and I were debugging not long ago. Some heads-up can't really hurt anybody so here it is;). We will declare a simple class Foo with a single collection dependency property (note that this is a reference type). We will also supply our brand new property with a default value through the convenient DependecyProperty.Register(...) method: Let us put our class to the test by creating two Foo instances and adding a single item...
    July 25, 2008 2 min read
  • Desktop WPF

    Placing 2D labels in a 3D scene

    Hello everyone, Since that is my first blog, I suppose a short introduction won't do a harm. My name is Evtim Papushev and I am Software Developer @ Telerik. I'm in the Charting division and I currently work on the new RadChart for WPF. Well, that's enough about me, now let's move to the today's topic.   Placing labels in a 3-dimensional scene isn't an issue at all. Well, at least technically, it is simple - place a 3D model, then set text box as diffuse material, set the texture coordinates and you are ready to roll. What such a solution lacks is business...
    July 08, 2008 3 min read