Telerik blogs
  • 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
  • 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
  • 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
  • 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
  • Release

    PerspectiveRotation and MappedLight Transitions preview of Telerik Q3 2010 - RadControls for Silverlight

    Source Here is the beta preview of 2 highly customizable transitions we are releasing with Q3 2010. The PerspectiveRotationTransition uses 3D transformation to display its animations. You can set the direction, center and the easing of the rotation. When combined these settings can grant you live and impressive transitions. The MappedLightTransition blends each pixel from the old content with the new one. What is interesting there is that it uses a grayscale map to determine which pixels blend first and which go last. There is a lot of grayscale thumbs on the web and some may be found in the attached project. The pixel shader...
    October 14, 2010