• 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....

  • Beta version of Rad Controls for Silverlight 2 available

    With the Telerik Q2 release the Silverlight team releases the Beta version of the Rad Controls for Silverlight2.

    The controls are separated in 4 different assemblies:
     
    Telerik.Windows.Controls.Navigation
      - Window, Menu, TreeView, TabControl, PanelBarCube

    Telerik.Windows.Controls.Input
      - ComboBox, Upload, Calendar, DatePickerNumericUpDown

    Telerik.Windows.Controls.MediaPlayer 
     -
    MediaPlayer.

    Telerik.Windows.Controls
      - Range Slider, ProgressBar, WrapPanel, DockPanel, UniformGridPanel
      

    What is the current status of the suite and where we are heading to?

    All of the controls are fully featured and extensively tested. We released two ...

  • Optimizing the load size of Telerik Silverlight controls

    Following the expansion of our Silverlight suite (more than 15 controls coming out next week) and the feedback we’ve got from the community, we are now in a process of optimizing the size of the assemblies.

    Instead of including all our controls into one big assembly, we decided to group them into several smaller ones. This will reduce the size of the XAP file when you are not using all the controls in the suite. We came up with the following list of assemblies:
    • Telerik.Windows.UI.dll
    • Telerik.Windows.Controls.Navigation.dll
    • Telerik.Windows.Controls.Input.dll
    • Telerik.Windows.Controls.Web.dll
    Apart from this list there will be assemblies that hold the themes of the controls - ...
  • RadControls for Silverlight and WPF

    My colleague Hristo Deshev just announced the availability of Telerik RadControls for WPF Beta2. This is a very important release not only because it brings so many new features and controls for WPF, but because this is our first release that includes the Silverlight and WPF controls under a single distributable.

    Telerik WPF Silverlight TreeView

    For this first release we ported just a few Silverlight controls for WPF (namely TreeView, PanelBar, Calendar, DatePicker, Slider, ProgressBar and NumericUpDown), but in the long run almost all Silverlight controls that are applicable in a desktop scenario will be included in the WPF suite.

    Telerik WPF Silverlight Calendar

    What does this mean to you as a ...

  • Telerik sponsors the Silverlight Control Builder Contest 2008

    Silverlight platform is getting more mature, the adoption rate is constantly raising and at the same time Page Brooks and Dave Campbell, together with some of the Silverlight community leaders and Microsoft MVPs have started a control builder contest. Check out the contest website to see the rules, prizes and how to register - http://gosilverlight.org/.

    Telerik prize silverlight contest

    As we are deeply involved with the Silverlight platform and community, we decided to make our contribution to the contest by giving our most valued license control bundle to all the winners!!!

    The bundle includes "ASP.NET AJAX + WinForms + Telerik Reporting" controls. The license will also automatically give you the Silverlight controls once they are officially released (which will happen till the end of ...

  • Free Distribution of RadControls for Silverlight 1.0

    I am now pleased to announce immediate availability of the public Beta of RadControls for Silverlight. Telerik is really eager to promote the Silverlight technology in the community and we have decided to ship a free distribution of our RadControls for Microsoft Silverlight 1.0. The bits are now available as a free download from our website . The latest version of RadControls features the new RadMediaPlayer control. Some of the key features of the media player include:
    • Support for chapters and playlists
    • Full customization through themes that can be easily modified/created with Microsoft Expression Blend
    • Integration with Microsoft ...
  • RadMediaPlayer for Silverlight CTP is now live!

    We are very happy to announce the official CTP of “RadControls for Silverlight” suite. Telerik is the first control vendor to give you a real Silverlight 1.0 controls which you can play with and use in your web pages.

    Those of you who signed up through the CTP registration form have already received the bits. For those of you who missed the registration – it is still open.

    The controls in the suite target Silverlight version 1.0 Beta. The official version of Silverlight 1.0 is expected this summer.

    So what do you need in order to use the controls? ...

  • Fiddler and IE7

    Do you use Fiddler to inspect the HTTP traffic?

    You may be faced with the following problem: since we started using the beta of the IE7 browser we started experiencing problems when monitoring the requests sent to http://localhost or http://127.0.0.1 - the requests were not reported by the Fiddler tool.

    It took us some time to understand what was the exact reason for this until we found the workaround for this issue here:

    http://www.fiddlertool.com/Fiddler/help/hookup.asp

    --- quote ---

    Why don't I see IE7 or System.NET traffic sent to http://localhost or http://127.0.0.1?

    IE7 and the .NET Framework are hardcoded not to send ...