Telerik blogs
  • Web

    RadRibbonWindow for Silverlight OOB

    With the upcoming release of RadControls for Silverlight Q3 2010 we are announcing a new ribbon control – RadRibbonWindow. It will give the same opportunities as RadRibbonWindow for WPF, in order to have specialized window that is pre-configured with a RadRibbonBar to emulate MS Office UI and so that you don’t have to spend time setting up this first layer of the UI. It also comes with a set of minimize, maximize and close buttons so that you don’t have to add these yourself. An application that will use the new RadRibbonWindow should be configured to run in out-of-browser mode and...
    November 09, 2010 2 min read
  • Release

    Two new features in Telerik TileView

    With the Q3 2010 release, RadTileView supports two new major features: Changing item's visibility Using the Visibility property of the TileViewItems you can now choose which items you see at any given moment. Dynamically setting item's position By setting the Position property of the TileViewItems you’ll now be able to customize the positions of your Restored or Minimized items. There are some important notes considering the position of an item: If there is a Maximized item it will always be on position zero and if you set another item to position zero it will automatically maximize. The position change swaps the items i.e. if you set item...
    November 09, 2010 4 min read
  • Web

    How To: Hierarchy Load On Demand With RadTreeView for Silverlight, MVVM and OData

    Similar to this post, I’ve made a similar example on how to load on demand RadTreeView for Silverlight three level hierarchy using MVVM and OData service:  XAML  <UserControl.Resources>     <DataTemplate x:Key="OrderDetailsTemplate">         <Grid>            ...         </Grid>     </DataTemplate>     <telerik:HierarchicalDataTemplate x:Key="OrderTemplate"             ItemsSource="{Binding OrderDetailsCollection}"             ItemTemplate="{StaticResource...
    October 26, 2010 2 min read
  • Desktop WPF

    Programming Telerik ScheduleView for WPF/Silverlight (part 1)

    With this blog post I want to cover the very basics of our brand new RadScheduleView control. It is currently available only for WPF, but soon we will provide a Silverlight version. Please, check my FAQ about RadScheduleView blog post for more information: http://blogs.telerik.com/valerihristov/posts/10-10-25/telerik_scheduleview_for_silverlight_wpf_questions_and_answers.aspx   To add RadScheduleView to a new or existing application you need to first add references to the following assemblies Telerik.Windows.Controls Telerik.Windows.Data Telerik.Windows.Controls.Input Telerik.Windows.Controls.Navigation Telerik.Windows.Controls.ScheduleView   If you like to drag controls from the Visual Studio Toolbox, add RadScheduleView to the Toolbox following the instructions below (in the official release it will be automatically added when you install RadControls): http://www.telerik.com/help/wpf/installation-adding-to-vs-2008-toolbox-wpf.html   I am a fan of the manual...
    October 26, 2010 7 min read
  • Release

    Telerik ScheduleView for Silverlight/WPF questions and answers.

    I would like to answer a few questions that you might have about our brand new RadScheduleView control.   Q) When is the Silverlight version coming? A) We will do our best to provide the Silverlight version by the end of the year. UPDATE: We already published a pre-beta version that can be downloaded in this forum. The Beta is expected in Mid February, the RTM version will be available with Q1 2011 in Mid March. Q) Why did you create a new control instead of changing the existing RadScheduler? A) We wanted to address...
    October 25, 2010 3 min read