Telerik blogs
  • 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...
  • Web

    Using ValueConverter to edit Slider's TickTemplate

    RadSlider for Silverlight has a neat functionality that allows you to display tick marks along the track. But what if you are not pleased with the current design of the ticks? Of course you can completely change the look of a tick mark. Let’s say that instead of bluish rectangles, you want your ticks to be ellipses, or triangles maybe. This is easily achieved by setting the TickTemplate property. <telerik:RadSlider TickPlacement="BottomRight" TickFrequency="1" Maximum="10">       <telerik:RadSlider.TickTemplate>             <DataTemplate>                   <Grid>                        ...
  • Web

    Adding Mouse Wheel support in Silverlight. The easy way.

    One of the best uses of our Routed Event extension is implementing missing system events in Silverlight, such as MouseWheel and RightButtonUp/Down. The API we provide is the same as WPF, so when Silverlight eventually gets support for those events, most probably you will not have to change much. Other good thing is that you do not need to write any JavaScript, or to know what's going on beneath. The bad thing is that you will have to enable the windowless mode of the Silverlight plug-in, which will slightly decrease the performance of your application. To attach a Routed Event handler for the MouseWheel event on a...
  • Web

    RadWindow for Silverlight

                  My first post for the Telerik blog community is already here. After I have been part of the Silverlight team for a while, I learned that there are two ways you can get noticed here. Either you blog about some of the most interesting and top-notch stuff happening around, or you post some funny stuff on the internal newsgroups of the company. OK, I hope this post won’t make it for the newsgroups.  So lets get to the point, as our CTP2 release is underway, I am pleased to introduce one of the new controls included in the pack...
  • Release

    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. 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. What does this mean to you as a developer? Why is this...
  • 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...
  • Web

    Using ValueConverter to edit Slider's TickTemplate

    RadSlider for Silverlight has a neat functionality that allows you to display tick marks along the track. But what if you are not pleased with the current design of the ticks? Of course you can completely change the look of a tick mark. Let’s say that instead of bluish rectangles, you want your ticks to be ellipses, or triangles maybe. This is easily achieved by setting the TickTemplate property. <telerik:RadSlider TickPlacement="BottomRight" TickFrequency="1" Maximum="10">       <telerik:RadSlider.TickTemplate>             <DataTemplate>                   <Grid>                        ...
  • Web

    Adding Mouse Wheel support in Silverlight. The easy way.

    One of the best uses of our Routed Event extension is implementing missing system events in Silverlight, such as MouseWheel and RightButtonUp/Down. The API we provide is the same as WPF, so when Silverlight eventually gets support for those events, most probably you will not have to change much. Other good thing is that you do not need to write any JavaScript, or to know what's going on beneath. The bad thing is that you will have to enable the windowless mode of the Silverlight plug-in, which will slightly decrease the performance of your application. To attach a Routed Event handler for the MouseWheel event on a...
  • Web

    RadWindow for Silverlight

                  My first post for the Telerik blog community is already here. After I have been part of the Silverlight team for a while, I learned that there are two ways you can get noticed here. Either you blog about some of the most interesting and top-notch stuff happening around, or you post some funny stuff on the internal newsgroups of the company. OK, I hope this post won’t make it for the newsgroups.  So lets get to the point, as our CTP2 release is underway, I am pleased to introduce one of the new controls included in the pack...
  • Release

    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. 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. What does this mean to you as a developer? Why is this...