Telerik blogs
  • Release

    Silverlight2 RC0 is out!

    Rad Controls For Silverlight update is coming too.   Today Scott Guthrie announced the availability of the Release Candidate 0 of Microsoft Silverlight2 plugin. Read His post here.   A full coverage of what has been changed since the beta2 release is available on the Ashish Shetty blog.   For me one of the biggest changes is the availability of the SnapsToDevicePixels property . Now our Silverlight applications will not look blurry anymore. Awesome!   The other important update for us are the improvements on the Accessibility and UI automation. We know how important the accessibility is for you - so, the news here is that all our controls will implement the...
    September 26, 2008
  • Web

    Editing Slider's ControlTemplate in Expression Blend

    In this tutorial I will show you how to edit the ControlTemplate of one of our controls – the slider. Before you begin you need to cover the prerequisites bellow. You have to download the Telerik Controls for Silverlight as well as the project that contains all the controls and their ControlTemplates. Telerik Controls for Silverlight Project with all the ControlTemplates – this project is created in such way that allows you easily to edit the control templates. This means that all the control templates are copied in the resources of each Silverlight page. If you are missing any of...
    August 22, 2008
  • Web

    How To: Color Picker done with few slider controls

    This tutorial demonstrates how to create a color picker using nothing more than few elements and Telerik's slider control for Silverlight. To start off, create a new Silverlight project. It is up to you to decide whether you want a web page in the project or not. This particular example does not to include a web page, but a simple html page that is generated dynamically. Once you have the project created go ahead and add a reference to the Telerik.Windows.Controls.dll. At the top of your main UserControl, add a namespace in order to use the dll. Check if everything...
    August 06, 2008
  • 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
  • Release

    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, PanelBar, Cube Telerik.Windows.Controls.Input   - ComboBox, Upload, Calendar, DatePicker, NumericUpDown 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 CTP versions of the controls before the current "Beta 1". We have got a lot of feedback from the community (a big THANKS! for that - keep it coming!) We will now continue to work...