Telerik blogs
  • Desktop WPF

    Multiple Resources, Resource Grouping and TimeLineView in Telerik Scheduler for SL/WPF

    Once again we kept our promise and we are happy to introduce to you the Resource Grouping of Telerik Scheduler for Silverlight and WPF - the most requested feature for this control.   Multiple Resources, Resource Grouping,new design of Edit Appointment dialog and TimeLineView are the new features coming with Beta1 release due in the second half of this month.   Here are a few screenshots on the upcoming new features:     Stay tuned to see what else we have prepared for you in the upcoming Beta release!
    September 10, 2009
  • Web

    Drop-Down Menu Button with Telerik ContextMenu for Silverlight

    Sometimes, when a button is clicked we want to display a drop-down menu with options. This is handy interface, usually present in toolbars, but sometimes - as standalone buttons, like the Save As button in the the VS2008 Save As dialog. Sometimes the drop-down buttons consist of two parts – action and menu, and are called split buttons. In this post I will demonstrate how to achieve the drop-down menu button part. If you need a split button, just add another button and keep track of what was the last clicked menu item. Note, that with Q3 2009 we will...
    September 08, 2009
  • Web

    Using the RadDocking control with Prism

    Prism can be thought of as a set of libraries that help Silverlight applications to be scalable and testable. It has a number of features (modularity, view regions and commanding) that help with this. A common scenario is to use Prism with a Docking control. You may want to create a shell with a Docking control and to mark some of the pane groups as regions and to use panes (or their content) as views. In this article we will create a sample application that accomplishes this scenario with the RadDocking control for Silverlight. We will need one additional step to...
  • Release

    Watch out the flow is coming! – Telerik CoverFlow for Silverlight 3

    If you think the light from the Silverlight 3 release has already gone dim, then you should wait to see the new blast that the Telerik team has prepared just to make sure that once again everybody is looking in the same direction. In this article I will introduce one of the new controls that are already extending the enormous capabilities of Silverlight 3.         One of the buzz words that came up with Silverlight 3 is the Plane Projection that allows you to render UI element in a plane projection. We have been passionately waiting for this and...
    August 28, 2009
  • Web

    TreeView in ComboBox, take 3 (Silverlight 3, WPF and RadControls)

    In my previous article on the same topic I described how to replace the ItemsPresenter of RadComboBox with a RadTreeView. It was as simple as updating the control template. Unfortunately the controls’ selection synchronization relied on a bug in RadComboBox that we recently fixed – the control was able to have a value in its SelectedItem property, that was not present in its Items collection. Now, in order to workaround this new problem, we have to either inherit RadComboBox, or create an attached behavior that will allow us to get the SelectedItem of the inner RadTreeView. The code you have to write...
    August 28, 2009